From 68249d4eaa57d6912fe413a2028ee6641fc92f28 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 24 Jul 2012 15:02:57 +0200 Subject: [PATCH] removed dead members --- lib/SimpleHttpClient/SimpleHttpClient.h | 12 ------------ 1 file changed, 12 deletions(-) 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 ////////////////////////////////////////////////////////////////////////////////