summaryrefslogtreecommitdiff
path: root/src/base/res_list.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/res_list.hh')
-rw-r--r--src/base/res_list.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/res_list.hh b/src/base/res_list.hh
index 442280e15..024b56982 100644
--- a/src/base/res_list.hh
+++ b/src/base/res_list.hh
@@ -635,7 +635,7 @@ res_list<T>::remove(iterator q)
// A little "garbage collection"
if (++remove_count > 10) {
- // free_extras();
+ // free_extras();
remove_count = 0;
}