diff --git a/lib/SimpleHttpClient/SimpleHttpClient.h b/lib/SimpleHttpClient/SimpleHttpClient.h index 49e3bbb794..1bba712e8e 100644 --- a/lib/SimpleHttpClient/SimpleHttpClient.h +++ b/lib/SimpleHttpClient/SimpleHttpClient.h @@ -261,18 +261,6 @@ namespace triagens { bool readable (); - //////////////////////////////////////////////////////////////////////////////// - /// @brief sets non-blocking mode for a socket - //////////////////////////////////////////////////////////////////////////////// - - bool setNonBlocking (socket_t fd); - - //////////////////////////////////////////////////////////////////////////////// - /// @brief sets close-on-exit for a socket - //////////////////////////////////////////////////////////////////////////////// - - bool setCloseOnExec (socket_t fd); - //////////////////////////////////////////////////////////////////////////////// /// @brief reset connection ////////////////////////////////////////////////////////////////////////////////