diff options
Diffstat (limited to 'server-tools/instance-manager/commands.h')
-rw-r--r-- | server-tools/instance-manager/commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server-tools/instance-manager/commands.h b/server-tools/instance-manager/commands.h index bab61f04b17..09df4fc9260 100644 --- a/server-tools/instance-manager/commands.h +++ b/server-tools/instance-manager/commands.h @@ -120,9 +120,6 @@ public: class Syntax_error : public Command { public: - Syntax_error() - {} - int execute(struct st_net *net, ulong connection_id); }; |