diff options
Diffstat (limited to 'src/microhttpd/connection_https.c')
-rw-r--r-- | src/microhttpd/connection_https.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/connection_https.c b/src/microhttpd/connection_https.c index 4f49d513..a03b45e2 100644 --- a/src/microhttpd/connection_https.c +++ b/src/microhttpd/connection_https.c | |||
@@ -131,7 +131,6 @@ MHD_tls_connection_handle_write (struct MHD_Connection *connection) | |||
131 | static int | 131 | static int |
132 | MHD_tls_connection_handle_idle (struct MHD_Connection *connection) | 132 | MHD_tls_connection_handle_idle (struct MHD_Connection *connection) |
133 | { | 133 | { |
134 | struct MHD_Daemon *daemon = connection->daemon; | ||
135 | unsigned int timeout; | 134 | unsigned int timeout; |
136 | 135 | ||
137 | #if DEBUG_STATES | 136 | #if DEBUG_STATES |