summaryrefslogtreecommitdiff
path: root/src/command
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-02-05 22:15:41 +0100
committerMax Kellermann <max@musicpd.org>2019-02-05 22:15:41 +0100
commit261a816b21ad58501f2345e1f925e1a541863b94 (patch)
treec2663af779d3237702f5d15914ce7c87e7dcf747 /src/command
parent7a23c123c8b3b24ea61157e10b2ffd3ae44c5acf (diff)
command/AllCommands: remove empty function command_finish()
Diffstat (limited to 'src/command')
-rw-r--r--src/command/AllCommands.cxx5
1 files changed, 0 insertions, 5 deletions
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)
{