Skip to content

Commit

Permalink
main: remove duplicated declarations
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
  • Loading branch information
masatake committed Apr 24, 2017
1 parent a09da8e commit c23f867
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main/htable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c23f867

Please sign in to comment.