]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Remove a few unneeded string copies in the PRIVMSG path
[user/henk/code/inspircd.git] / include / inspircd.h
index ef6c86f285d52d49001e3194a588e0750a41f059..3a80d2c82fe734c03c7e101ae9a383d90014d722 100644 (file)
@@ -369,14 +369,6 @@ class CoreExport InspIRCd : public classbase
         */
        char ReadBuffer[65535];
 
-       /** Used when connecting clients
-        */
-       irc::sockets::insp_sockaddr client, server;
-
-       /** Used when connecting clients
-        */
-       socklen_t length;
-
 #ifdef WIN32
        IPC* WindowsIPC;
 #endif
@@ -611,11 +603,6 @@ class CoreExport InspIRCd : public classbase
         */
        Channel* FindChan(const char* chan);
 
-       /** Check for a 'die' tag in the config file, and abort if found
-        * @return Depending on the configuration, this function may never return
-        */
-       void CheckDie();
-
        /** Check we aren't running as root, and exit if we are
         * @return Depending on the configuration, this function may never return
         */