diff --git a/src/node_buffer.cc b/src/node_buffer.cc index 1a9e128504..e90e6a37bb 100644 --- a/src/node_buffer.cc +++ b/src/node_buffer.cc @@ -604,7 +604,6 @@ void SetupBufferJS(const FunctionCallbackInfo& args) { internal->Set(FIXED_ONE_BYTE_STRING(node_isolate, "byteLength"), FunctionTemplate::New(ByteLength)->GetFunction()); - }