Skip to content

Commit 0c17bf1

Browse files
committed
remove comment line
1 parent 8a514d6 commit 0c17bf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/encoding_binding.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ void BindingData::EncodeInto(const FunctionCallbackInfo<Value>& args) {
306306

307307
// Encode a single string to a UTF-8 Uint8Array (not Buffer).
308308
// Used in TextEncoder.prototype.encode.
309-
//
310-
311309
void BindingData::EncodeUtf8String(const FunctionCallbackInfo<Value>& args) {
312310
Isolate* isolate = args.GetIsolate();
313311
CHECK_GE(args.Length(), 1);

0 commit comments

Comments
 (0)