]> sjero.net Git - wget/blobdiff - src/gnutls.c
gnutls: Remove two unused variables.
[wget] / src / gnutls.c
index e4b0fc2ea026bf731486169009f1ed38d883e790..2a1d22b9ed3ad91a942d5a0261a961e776b6371d 100644 (file)
@@ -217,11 +217,7 @@ wgnutls_read_timeout (int fd, char *buf, int bufsize, void *arg, double timeout)
 static int
 wgnutls_read (int fd, char *buf, int bufsize, void *arg)
 {
-#ifdef F_GETFL
-  int flags = 0;
-#endif
   int ret = 0;
-  struct ptimer *timer;
   struct wgnutls_transport_context *ctx = arg;
 
   if (ctx->peeklen)