summaryrefslogtreecommitdiff
path: root/os/pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'os/pool.cpp')
-rw-r--r--os/pool.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/os/pool.cpp b/os/pool.cpp
deleted file mode 100644
index f059b05..0000000
--- a/os/pool.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "pool.h"
-
-void* operator new(unsigned int, char* buf) {
- return (void*)buf;
-}