Fix typos in comments, delete obsolete comments and dead commented code.
This commit is contained in:
committed by
Graydon Hoare
parent
cc4906ba79
commit
06b52b70db
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user