]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
OnRehash changes: split to multiple hooks to clarify use and prevent explosion of...
[user/henk/code/inspircd.git] / include / configreader.h
index 29289dcaf505a41d8948b91ea8c664ac3be67ce9..3eb456b1fb46dfd22b3506b3f654e434d734205a 100644 (file)
@@ -343,10 +343,6 @@ class CoreExport ServerConfig : public Extensible
         */
        std::string RehashUserUID;
 
-       /** Rehash parameter, as above
-        */
-       std::string RehashParameter;
-
        /** Error stream, contains error output from any failed configuration parsing.
         */
        std::ostringstream* errstr;