diff options
Diffstat (limited to 'src/modules/extra')
-rw-r--r-- | src/modules/extra/m_mysql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index af9d55f6f..b0e6cfcc5 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -883,7 +883,6 @@ class ModuleSQL : public Module virtual void OnRehash(userrec* user, const std::string ¶meter) { - /* TODO: set rehash bool here, which makes the dispatcher thread rehash at next opportunity */ rehashing = true; } |