command/AllCommands: remove empty function command_finish()

This commit is contained in:
Max Kellermann
2019-02-05 22:15:41 +01:00
parent 7a23c123c8
commit 261a816b21
2 changed files with 0 additions and 6 deletions

View File

@@ -285,11 +285,6 @@ command_init()
#endif
}
void
command_finish()
{
}
static const struct command *
command_lookup(const char *name)
{