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.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp
index 0453abce6cd..4573bd01804 100644
--- a/src/rt/rust_srv.cpp
+++ b/src/rt/rust_srv.cpp
@@ -11,11 +11,7 @@ rust_srv::rust_srv() :
     // Nop.
 }
 
-rust_srv::~rust_srv() {
-//    char msg[BUF_BYTES];
-//    snprintf(msg, sizeof(msg), "~rust_srv %" PRIxPTR, (uintptr_t) this);
-//    log(msg);
-}
+rust_srv::~rust_srv() {}
 
 void
 rust_srv::free(void *p) {