summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/garbage.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/garbage.c b/src/core/garbage.c
index 1d6cf2c..f73d8c7 100644
--- a/src/core/garbage.c
+++ b/src/core/garbage.c
@@ -60,14 +60,6 @@ garbage_destroy() {
" which don't have a zero ref count!\n",
list_size(LIST_GARBAGE));
- /*
- ListIterator *p_iter = listiterator_new(LIST_GARBAGE);
- while (listiterator_has_next(p_iter)) {
- _Garbage *p_garbage = listiterator_next(p_iter);
- }
- listiterator_delete(p_iter);
- */
-
_GARBAGE_ERROR("Garbage left");
}