command/AllCommands: remove empty function command_finish()
This commit is contained in:
@@ -668,7 +668,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config)
|
|||||||
DeinitFS();
|
DeinitFS();
|
||||||
|
|
||||||
instance->FinishShutdownPartitions();
|
instance->FinishShutdownPartitions();
|
||||||
command_finish();
|
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
@@ -285,11 +285,6 @@ command_init()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
command_finish()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
static const struct command *
|
static const struct command *
|
||||||
command_lookup(const char *name)
|
command_lookup(const char *name)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user