From 261a816b21ad58501f2345e1f925e1a541863b94 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Feb 2019 22:15:41 +0100 Subject: [PATCH] command/AllCommands: remove empty function command_finish() --- src/Main.cxx | 1 - src/command/AllCommands.cxx | 5 ----- 2 files changed, 6 deletions(-) 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) {