aboutsummaryrefslogtreecommitdiffstats
path: root/src/gc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc.cpp')
-rw-r--r--src/gc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gc.cpp b/src/gc.cpp
index 9e964b4..e76bb2c 100644
--- a/src/gc.cpp
+++ b/src/gc.cpp
@@ -93,4 +93,3 @@ GC::collect(const Roots& roots)
}
//std::cerr << "[GC] Collect " << oldSize << " => " << _heap.size() << endl;
}
-