diff options
author | Max Kellermann <max@duempel.org> | 2015-08-14 19:02:08 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-14 19:04:00 +0200 |
commit | 8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6 (patch) | |
tree | 02b507544fa7e2a2d4b3bcb327ba6d3eeeb4053e /src/protocol/Result.hxx | |
parent | d053797340ae16b16186fe31d60bb12979ba9b81 (diff) |
protocol/Result: move current_command to class Response
Diffstat (limited to 'src/protocol/Result.hxx')
-rw-r--r-- | src/protocol/Result.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol/Result.hxx b/src/protocol/Result.hxx index 7dcb969e1..d75bbe51b 100644 --- a/src/protocol/Result.hxx +++ b/src/protocol/Result.hxx @@ -24,8 +24,6 @@ class Client; -extern const char *current_command; - void command_success(Client &client); |