X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fconfigreader.h;h=3eb456b1fb46dfd22b3506b3f654e434d734205a;hb=0da6b3a13def40e8fd002b9fc60f955467f6372d;hp=29289dcaf505a41d8948b91ea8c664ac3be67ce9;hpb=5f309503fa985faa5b255246fc0415455c1c65ee;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/configreader.h b/include/configreader.h index 29289dcaf..3eb456b1f 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -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;