]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Remove that goto, capt'n
[user/henk/code/inspircd.git] / include / configreader.h
index 940e4ab49abc49f7dcd53b8273943b5b7cbcf2e2..37e3c1f44ab0db37843b8eef22fc988958b66368 100644 (file)
@@ -235,7 +235,7 @@ class CoreExport ServerConfig : public Extensible
 
        /** Check that there is only one of each configuration item
         */
-       bool CheckOnce(char* tag, bool bail, User* user);
+       bool CheckOnce(char* tag);
   
   public: