aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_mysql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-11-01 02:22:41 +0000
committerGravatar Sadie Powell2020-11-01 02:22:41 +0000
commit579a17df389843b21828e99e10d1f6fde45f28e9 (patch)
treefbfe63e811c38f620784240d261684ad3f5f9106 /src/modules/extra/m_mysql.cpp
parentMerge branch 'insp3' into master. (diff)
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
-rw-r--r--src/modules/extra/m_mysql.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index 385cda188..bbd2d7f89 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -151,7 +151,6 @@ class DispatcherThread : public SocketThread
ModuleSQL* const Parent;
public:
DispatcherThread(ModuleSQL* CreatorModule) : Parent(CreatorModule) { }
- ~DispatcherThread() { }
void OnStart() override;
void OnNotify() override;
};