summaryrefslogtreecommitdiff
path: root/include/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hashtable.h')
-rw-r--r--include/hashtable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hashtable.h b/include/hashtable.h
index b4c0ad5..79acbf6 100644
--- a/include/hashtable.h
+++ b/include/hashtable.h
@@ -9,7 +9,6 @@ extern "C" {
typedef s32 (*HashFunction)(void *, s32);
-
typedef struct HashTable {
DArray **chains;
s32 size;