aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/node_os/system_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/node_os/system_memory.h')
-rw-r--r--src/bun.js/bindings/node_os/system_memory.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/bun.js/bindings/node_os/system_memory.h b/src/bun.js/bindings/node_os/system_memory.h
deleted file mode 100644
index 2d794dd0e..000000000
--- a/src/bun.js/bindings/node_os/system_memory.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef SYSTEM_MEMORY_LIB
-#define SYSTEM_MEMORY_LIB
-
-#include <stdint.h>
-
-extern "C" {
- uint64_t getFreeMemoryDarwin_B();
-}
-
-#endif \ No newline at end of file