From cf571c18d29ed942cced18c50e84fcfc079d051f Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Thu, 27 Jan 2011 13:10:23 +0100 Subject: [PATCH] --- yaml --- r: 236824 b: refs/heads/master c: 633979b43f23d776f6fb757f0f3d6d8089ab57b1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/batman-adv/hash.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 4abe97d42425..be9d99a9cbe6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74ef115359f5beb565baddfb250f264d9177c108 +refs/heads/master: 633979b43f23d776f6fb757f0f3d6d8089ab57b1 diff --git a/trunk/net/batman-adv/hash.h b/trunk/net/batman-adv/hash.h index 09216ade16f1..2f508e646cb4 100644 --- a/trunk/net/batman-adv/hash.h +++ b/trunk/net/batman-adv/hash.h @@ -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);