diff --git a/src/node.cc b/src/node.cc index 110fd9fb7d63a2..caf1215b38046d 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3337,14 +3337,6 @@ void Init(int* argc, DispatchDebugMessagesAsyncCallback); uv_unref(reinterpret_cast(&dispatch_debug_messages_async)); - // TODO(bnoordhuis) V8 3.32 is unshipping Harmony classes for the moment. - // We're currently at 3.31, disable classes for feature parity. Remove - // again when we upgrade. - V8::SetFlagsFromString("--noharmony_classes", - sizeof("--noharmony_classes") - 1); - V8::SetFlagsFromString("--noharmony_object_literals", - sizeof("--noharmony_object_literals") - 1); - #if defined(NODE_V8_OPTIONS) // Should come before the call to V8::SetFlagsFromCommandLine() // so the user can disable a flag --foo at run-time by passing