Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zaphoyd committed Jun 8, 2013
1 parent 8ee6a4a commit 1892e0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions websocketpp/connection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,7 @@ class connection

void start();

void read_handshake(size_t num_bytes);

//void write(std::string msg);
//void handle_write(const lib::error_code& ec);
void read_handshake(size_t num_bytes);

void handle_read_handshake(const lib::error_code& ec,
size_t bytes_transferred);
Expand Down

0 comments on commit 1892e0f

Please sign in to comment.