Commit 261a816b authored by Max Kellermann's avatar Max Kellermann

command/AllCommands: remove empty function command_finish()

parent 7a23c123
......@@ -668,7 +668,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config)
DeinitFS();
instance->FinishShutdownPartitions();
command_finish();
return EXIT_SUCCESS;
}
......
......@@ -285,11 +285,6 @@ command_init()
#endif
}
void
command_finish()
{
}
static const struct command *
command_lookup(const char *name)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment