Skip to content

Commit

Permalink
batman-adv: Remove dangling declaration of hash_remove_element
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Eckelmann <sven@narfation.org>
  • Loading branch information
Sven Eckelmann committed Jan 31, 2011
1 parent 74ef115 commit 633979b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions net/batman-adv/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ struct hashtable_t {
/* allocates and clears the hash */
struct hashtable_t *hash_new(int size);

/* remove element if you already found the element you want to delete and don't
* need the overhead to find it again with hash_remove(). But usually, you
* don't want to use this function, as it fiddles with hash-internals. */
void *hash_remove_element(struct hashtable_t *hash, struct element_t *elem);

/* free only the hashtable and the hash itself. */
void hash_destroy(struct hashtable_t *hash);

Expand Down

0 comments on commit 633979b

Please sign in to comment.