aboutsummaryrefslogtreecommitdiff
path: root/src/rt/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/memory.h')
-rw-r--r--src/rt/memory.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/memory.h b/src/rt/memory.h
index 22bc15d3..9196e28d 100644
--- a/src/rt/memory.h
+++ b/src/rt/memory.h
@@ -1,11 +1,6 @@
-/*
- *
- */
-
#ifndef MEMORY_H
#define MEMORY_H
-
inline void *operator new(size_t size, void *mem) {
return mem;
}