From f7041112f179aa79b6e315e7d57afbf76d3cd8bb Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 25 Dec 2015 17:28:09 -0500 Subject: implement child lookup via hash table --- src/netcosm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/netcosm.h') diff --git a/src/netcosm.h b/src/netcosm.h index 94fa42f..c9c4a0f 100644 --- a/src/netcosm.h +++ b/src/netcosm.h @@ -116,9 +116,6 @@ struct child_data { char *user; struct in_addr addr; - - /* a linked list works well for this because no random-access is needed */ - struct child_data *next; }; /* the data we get from a world module */ -- cgit v1.1