summaryrefslogtreecommitdiffstats
path: root/UsersTable.c
diff options
context:
space:
mode:
Diffstat (limited to 'UsersTable.c')
-rw-r--r--UsersTable.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/UsersTable.c b/UsersTable.c
index f383256a..86ed75c8 100644
--- a/UsersTable.c
+++ b/UsersTable.c
@@ -18,13 +18,6 @@ in the source distribution for its full text.
#include <stdlib.h>
#include <assert.h>
-/*{
-#include "Hashtable.h"
-
-typedef struct UsersTable_ {
- Hashtable* users;
-} UsersTable;
-}*/
UsersTable* UsersTable_new() {
UsersTable* this;