diff --git a/util/pool.hh b/util/pool.hh index 652562af3..511b6d995 100644 --- a/util/pool.hh +++ b/util/pool.hh @@ -25,12 +25,6 @@ class Pool { } } - template - T *Allocate(size_t num = 1) { - void *ret = Allocate(sizeof(T) * num); - return (T*) ret; - } - void FreeAll(); private: