diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 0 insertions, 4 deletions
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; |