diff --git a/src/Main.cxx b/src/Main.cxx index 6aaada2ce..f22db30b3 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -668,7 +668,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config) DeinitFS(); instance->FinishShutdownPartitions(); - command_finish(); return EXIT_SUCCESS; } diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx index c9a101bce..dc77538bc 100644 --- a/src/command/AllCommands.cxx +++ b/src/command/AllCommands.cxx @@ -285,11 +285,6 @@ command_init() #endif } -void -command_finish() -{ -} - static const struct command * command_lookup(const char *name) {