aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-09-05 21:14:36 +0100
committerGravatar Sadie Powell2022-09-05 21:14:36 +0100
commit2a0cce9d4680af924a2b53fb36731591340fffa9 (patch)
treeb9bfa8e5dc691f09c27db401008165997890d935 /include/modules
parentUse auto in places where it is really obvious what the type is. (diff)
Fix more warnings discovered with -Weverything.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/sql.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h
index 1363e9996..48e1fe85d 100644
--- a/include/modules/sql.h
+++ b/include/modules/sql.h
@@ -180,9 +180,6 @@ protected:
public:
const ModuleRef creator;
- /* Destroys this Query instance. */
- virtual ~Query() = default;
-
/** Called when an SQL error happens.
* @param error The error that occurred.
*/