diff --git a/common/fasthash.h b/common/fasthash.h index 166f384..67bb41a 100644 --- a/common/fasthash.h +++ b/common/fasthash.h @@ -470,9 +470,6 @@ class FastHashDynamic : public FastHashBase int InitTable(size_t fsize, size_t tsize) { - typedef FastHashBase itemnode; - typedef FastHashBase* itemnodeptr; - if (fsize <= 0) {