diff options
Diffstat (limited to 'src/netcosm.h')
| -rw-r--r-- | src/netcosm.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |