diff options
| author | 2022-09-05 21:14:36 +0100 | |
|---|---|---|
| committer | 2022-09-05 21:14:36 +0100 | |
| commit | 2a0cce9d4680af924a2b53fb36731591340fffa9 (patch) | |
| tree | b9bfa8e5dc691f09c27db401008165997890d935 /include/modules | |
| parent | Use 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.h | 3 |
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. */ |
