Skip to content

Commit

Permalink
fixed warning around unused-local-typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
jselbie committed Dec 22, 2013
1 parent feb8b98 commit 640ee1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/fasthash.h
Expand Up @@ -470,9 +470,6 @@ class FastHashDynamic : public FastHashBase<K,V>


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)
{ {
Expand Down

0 comments on commit 640ee1b

Please sign in to comment.