PLAIN: Small simplification

This commit is contained in:
Martin Hurton
2014-05-19 20:45:38 +02:00
parent 155feccb3f
commit 32b3daad7e
2 changed files with 3 additions and 5 deletions

View File

@@ -42,13 +42,12 @@ namespace zmq
private:
bool error_command_received;
enum state_t {
sending_hello,
waiting_for_welcome,
sending_initiate,
waiting_for_ready,
error_command_received,
ready
};