]> 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 2bb7af091217e5fef51d2a8038dca673a4cc095a..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) throw (CoreException);
+       bool CheckOnce(char* tag);
   
   public: