We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde7152 commit f8ba488Copy full SHA for f8ba488
src/node.cc
@@ -852,9 +852,6 @@ static Local<Object> GetFeatures(Environment* env) {
852
return scope.Escape(obj);
853
}
854
855
-static void DebugProcess(const FunctionCallbackInfo<Value>& args);
856
-static void DebugEnd(const FunctionCallbackInfo<Value>& args);
857
-
858
void SetupProcessObject(Environment* env,
859
const std::vector<std::string>& args,
860
const std::vector<std::string>& exec_args) {
0 commit comments