Fix typos in comments, delete obsolete comments and dead commented code.

This commit is contained in:
Michael Bebenita
2010-07-28 12:36:59 -07:00
committed by Graydon Hoare
parent cc4906ba79
commit 06b52b70db
5 changed files with 2 additions and 92 deletions

View File

@@ -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)