diff --git a/src/node_file.cc b/src/node_file.cc index 75f772b211f..402aa310071 100644 --- a/src/node_file.cc +++ b/src/node_file.cc @@ -209,9 +209,6 @@ static void After(uv_fs_t *req) { } } - if (oncomplete_sym.IsEmpty()) { - oncomplete_sym = FIXED_ONE_BYTE_STRING(node_isolate, "oncomplete"); - } MakeCallback(req_wrap->object(), oncomplete_sym, argc, argv); uv_fs_req_cleanup(&req_wrap->req_);