diff options
author | Max <mparisi@stevens.edu> | 2020-09-15 21:13:37 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-15 21:13:37 -0400 |
commit | 319dd22af1f7b3d8ba47cdd67dd18a3bd8e01ed2 (patch) | |
tree | c7e98cbf7ce49f79fc408d195285f26200462683 /src | |
parent | df0460072bb6d94376d0af0de60f5986f691422a (diff) |
remove todo
Diffstat (limited to 'src')
-rw-r--r-- | src/hashtable.c | 2 |
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)
|