mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
removes more dead code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user