summaryrefslogtreecommitdiff
path: root/src/node_native_module_env.h
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 2b1fabf89b..1852d9b139 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