Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_native_module_env.h')
-rw-r--r--src/node_native_module_env.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_native_module_env.h b/src/node_native_module_env.h
index 2b1fabf89b9..1852d9b139d 100644
--- a/src/node_native_module_env.h
+++ b/src/node_native_module_env.h
@@ -52,7 +52,6 @@ class NativeModuleEnv {
const v8::PropertyCallbackInfo<v8::Value>& info);
// Compile a specific native module as a function
static void CompileFunction(const v8::FunctionCallbackInfo<v8::Value>& args);
- static void GetCodeCache(const v8::FunctionCallbackInfo<v8::Value>& args);
};
} // namespace native_module