summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hashtable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hashtable.c b/src/hashtable.c
index b816691..ed880c8 100644
--- a/src/hashtable.c
+++ b/src/hashtable.c
@@ -69,8 +69,6 @@ BOOL TableRemove(HashTable *table, void *elem)
}
}
-// TODO: array seems to be generic. Confirm that void* is the
-// correct return type
void *TableLookup(HashTable *table, void *elem)
{
if (!table)