]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_newconf.c
Make the epoll check work more reliably.
[irc/rqf/shadowircd.git] / src / s_newconf.c
index 865b8fb8f37e93b4d3858f94f56758b9449d5b5f..c5300b61a0e3e54d126105d322671761fb2b0d23 100644 (file)
@@ -745,16 +745,11 @@ get_nd_count(void)
        return(dlink_list_length(&nd_list));
 }
 
-struct Dictionary *nd_dict = NULL;
-
 void
 add_nd_entry(const char *name)
 {
        struct nd_entry *nd;
 
-       if(nd_dict == NULL)
-               nd_dict = irc_dictionary_create(irccmp);
-
        if(irc_dictionary_find(nd_dict, name) != NULL)
                return;