X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Fsilcd%2Fserver_internal.h;h=e6b916ec7a1431dafc0ba2d1547488f9502cea92;hp=afedb0bdc77ec68459ff5a798b4b8db9ec127baa;hb=52e57c880aba9c5e89f59d962eb9af75670b76e0;hpb=ae1482a76c29db9fdcd6ed6cf63d312a37a5cb01 diff --git a/apps/silcd/server_internal.h b/apps/silcd/server_internal.h index afedb0bd..e6b916ec 100644 --- a/apps/silcd/server_internal.h +++ b/apps/silcd/server_internal.h @@ -120,10 +120,6 @@ struct SilcServerStruct { /* Pending command queue */ SilcDList pending_commands; - /* Purge context for disconnected clients */ - SilcIDListPurge purge_i; - SilcIDListPurge purge_g; - unsigned int server_type : 2; /* Server type (server.h) */ unsigned int standalone : 1; /* Set if server is standalone, and does not have connection to network. */