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

@ -668,7 +668,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config)
DeinitFS();
instance->FinishShutdownPartitions();
command_finish();
return EXIT_SUCCESS;
}

View File

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