diff options
Diffstat (limited to 'src/rt/rust.cpp')
| -rw-r--r-- | src/rt/rust.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index 2200df11..9cc2fe41 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -1,12 +1,6 @@ #include "rust_internal.h" #define TRACK_ALLOCATIONS -// For debugging, keeps track of live allocations, so you can find out -// exactly what leaked. - -//#ifdef TRACK_ALLOCATIONS -//array_list<void *> allocation_list; -//#endif rust_srv::rust_srv() : live_allocs(0) |