Index: src/allocation.cc |
diff --git a/src/allocation.cc b/src/allocation.cc |
index 851cd61ffcf5be28b3890dd9ffa2ed73a607ede0..195a5443c8ad51de9c30f436827af0e1c5fb3d81 100644 |
--- a/src/allocation.cc |
+++ b/src/allocation.cc |
@@ -46,17 +46,6 @@ void Embedded::operator delete(void* p) { |
UNREACHABLE(); |
} |
- |
-void* AllStatic::operator new(size_t size) { |
- UNREACHABLE(); |
- return invalid; |
-} |
- |
- |
-void AllStatic::operator delete(void* p) { |
- UNREACHABLE(); |
-} |
- |
#endif |