aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/BunJSCModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/BunJSCModule.h')
-rw-r--r--src/bun.js/bindings/BunJSCModule.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bun.js/bindings/BunJSCModule.h b/src/bun.js/bindings/BunJSCModule.h
deleted file mode 100644
index d2ddcf6a7..000000000
--- a/src/bun.js/bindings/BunJSCModule.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include "root.h"
-#include "JavaScriptCore/JSObject.h"
-
-JSC::JSObject* createJSCModule(JSC::JSGlobalObject* globalObject);
-JSC::Structure* createMemoryFootprintStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject); \ No newline at end of file