connection::get_file_descriptor removed

This commit is contained in:
Sergey Naumov
2016-09-06 17:42:55 +03:00
parent a5eb1e8199
commit db1a2ce037
2 changed files with 0 additions and 10 deletions

View File

@@ -475,9 +475,4 @@ int32_t connection::get_main_socket_fd() { return m_main_socket; }
int32_t connection::get_event_socket_fd() { return m_event_socket; }
int32_t connection::get_file_descriptor() {
I3IPC_WARN("connection::get_file_descriptor() is DEPRECATED")
return m_event_socket;
}
}