summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-11-04 22:56:26 +0000
committerPaul Buetow <paul@buetow.org>2008-11-04 22:56:26 +0000
commitf0b2170a9c769425082604c9e9252ba422902f3e (patch)
tree5162112601204a6d0d85638ad4da4326d18455e5 /src/core
parent87de8060633801d3793246967f43c6159b0f5351 (diff)
Diffstat (limited to 'src/core')
-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");
}