main: remove duplicated declarations

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
master
Masatake YAMATO 2017-04-12 14:57:22 +09:00 committed by Colomban Wendling
parent 33a102ee91
commit 749ab56058
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ bool hashPtreq (void *a, void *b);
unsigned int hashCstrhash (void * x);
bool hashCstreq (void *a, void *b);
unsigned int hashCstrhash (void * x);
bool hashCstreq (void *a, void *b);
unsigned int hashInthash (void *x);
bool hashInteq (void *a, void *b);