aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust.h')
-rw-r--r--src/rt/rust.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust.h b/src/rt/rust.h
index 97f5c0d4..3c534c94 100644
--- a/src/rt/rust.h
+++ b/src/rt/rust.h
@@ -21,11 +21,6 @@
#include "rust_srv.h"
-inline void *operator new(size_t size, rust_srv *srv)
-{
- return srv->malloc(size);
-}
-
/*
* Local Variables:
* fill-column: 78;