From a3e2e31e91d05a15e286083a3af9540f601cc7ce Mon Sep 17 00:00:00 2001 From: Peter Thorson Date: Tue, 8 Jan 2013 07:49:34 -0600 Subject: [PATCH] removes more dead code --- test/connection/connection.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/connection/connection.cpp b/test/connection/connection.cpp index 0026b088ae..cc359ea2c6 100644 --- a/test/connection/connection.cpp +++ b/test/connection/connection.cpp @@ -52,20 +52,6 @@ using websocketpp::lib::bind; } return true; } - - void http(connection_ptr con) {} - - void on_load(connection_ptr con, ptr old_handler) {} - void on_unload(connection_ptr con, ptr new_handler) {} - - void on_open(connection_ptr con) {} - void on_fail(connection_ptr con) {} - - void on_message(connection_ptr con, message_ptr msg) { - con->write(msg->get_payload()); - } - - void on_close(connection_ptr con) {} };*/ void on_message(server* s, websocketpp::connection_hdl hdl, message_ptr msg) {