summaryrefslogtreecommitdiffstats
path: root/gin/function_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'gin/function_template.h')
-rw-r--r--gin/function_template.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gin/function_template.h b/gin/function_template.h
index 14f6e78..f028f2d 100644
--- a/gin/function_template.h
+++ b/gin/function_template.h
@@ -331,11 +331,6 @@ struct Dispatcher<R(P1, P2, P3, P4)> {
} // namespace internal
-// This should be called once per-isolate to initialize the function template
-// system.
-GIN_EXPORT void InitFunctionTemplates(PerIsolateData* isolate_data);
-
-
// CreateFunctionTemplate creates a v8::FunctionTemplate that will create
// JavaScript functions that execute a provided C++ function or base::Callback.
// JavaScript arguments are automatically converted via gin::Converter, as is