Commit 640ee1bb authored by jselbie's avatar jselbie

fixed warning around unused-local-typedefs

parent feb8b980
...@@ -470,9 +470,6 @@ public: ...@@ -470,9 +470,6 @@ public:
int InitTable(size_t fsize, size_t tsize) int InitTable(size_t fsize, size_t tsize)
{ {
typedef FastHashBase<K,V> itemnode;
typedef FastHashBase<K,V>* itemnodeptr;
if (fsize <= 0) if (fsize <= 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment