summaryrefslogtreecommitdiff
path: root/src/command
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2016-11-07 09:03:17 +0100
committerMax Kellermann <max@musicpd.org>2016-11-07 09:05:28 +0100
commit4cd21f1e072d4219b44a54d5e6e62c6294c9a236 (patch)
tree730ff823e3d04c17d05414bd7161bc34dba35230 /src/command
parent403f0f8c649f0d51521f4a0b067ba66a5fc47000 (diff)
decoder/Control: throw exception on Seek() error
Diffstat (limited to 'src/command')
-rw-r--r--src/command/AllCommands.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/AllCommands.cxx b/src/command/AllCommands.cxx
index 2999e35f5..5405b0920 100644
--- a/src/command/AllCommands.cxx
+++ b/src/command/AllCommands.cxx
@@ -362,7 +362,6 @@ CommandResult
command_process(Client &client, unsigned num, char *line)
try {
Response r(client, num);
- Error error;
/* get the command name (first word on the line) */
/* we have to set current_command because Response::Error()