about summary refs log tree commit diff
path: root/src/rt/rust_srv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_srv.cpp')
-rw-r--r--src/rt/rust_srv.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp
index 3efac3b3910..0d59c1cfee1 100644
--- a/src/rt/rust_srv.cpp
+++ b/src/rt/rust_srv.cpp
@@ -6,8 +6,6 @@ rust_srv::rust_srv(rust_env *env) :
     local_region(this, false) {
 }
 
-rust_srv::~rust_srv() {}
-
 void
 rust_srv::free(void *p) {
     ::free(p);