diff options
| author | Michael Bebenita <mbebenita@mozilla.com> | 2010-07-28 12:36:59 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2010-07-28 20:30:29 -0700 |
| commit | 06b52b70db868285de5cf71166e5ce5b9dfb8e00 (patch) | |
| tree | 001f3d749cc48a65a7f230399b6ca17a1392b766 /src/rt/rust.cpp | |
| parent | cc4906ba79e1ad05ef8a34e1cc9cfbe5f96d4c6c (diff) | |
| download | rust-06b52b70db868285de5cf71166e5ce5b9dfb8e00.tar.gz rust-06b52b70db868285de5cf71166e5ce5b9dfb8e00.zip | |
Fix typos in comments, delete obsolete comments and dead commented code.
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 2200df11067..9cc2fe4188a 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) |
