diff options
author | Max Kellermann <max@duempel.org> | 2015-08-14 19:00:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-14 19:00:02 +0200 |
commit | d053797340ae16b16186fe31d60bb12979ba9b81 (patch) | |
tree | 6bd922a06bc5e749a98eb52803d78dc9b2c8f9d3 /src/protocol | |
parent | c8d0f947d2270a52183c653a641bca5b7321f915 (diff) |
protocol/Result: move command_list_num to class Response
Diffstat (limited to 'src/protocol')
-rw-r--r-- | src/protocol/Result.cxx | 1 | ||||
-rw-r--r-- | src/protocol/Result.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/protocol/Result.cxx b/src/protocol/Result.cxx index a8a1c2d46..7d8dfb759 100644 --- a/src/protocol/Result.cxx +++ b/src/protocol/Result.cxx @@ -22,7 +22,6 @@ #include "client/Client.hxx" const char *current_command; -int command_list_num; void command_success(Client &client) diff --git a/src/protocol/Result.hxx b/src/protocol/Result.hxx index f45e91190..7dcb969e1 100644 --- a/src/protocol/Result.hxx +++ b/src/protocol/Result.hxx @@ -25,7 +25,6 @@ class Client; extern const char *current_command; -extern int command_list_num; void command_success(Client &client); |