command/AllCommands: remove empty function command_finish()
This commit is contained in:
parent
7a23c123c8
commit
261a816b21
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue