diff --git a/util/pool.hh b/util/pool.hh index 962acb33a..771dff8af 100644 --- a/util/pool.hh +++ b/util/pool.hh @@ -25,13 +25,11 @@ class Pool { } } - /* template void *Allocate() { void *ret = Allocate(sizeof(T)); return ret; } - */ void FreeAll();