about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-03-21 16:20:42 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-03-21 16:20:42 +0000
commit9432fa8a1a1a932811a63ffdb54064a53446ca83 (patch)
treeccde586a80f19923f242668fdd8a0a152e825dc7 /src/LYMain.c
parentc838e830e4b14855f27dc7a166f0684af41bdd35 (diff)
downloadlynx-snapshots-9432fa8a1a1a932811a63ffdb54064a53446ca83.tar.gz
snapshot of project "lynx", label v2-8-9dev_16y
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index 18c8898f..f3a00035 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYMain.c,v 1.274 2018/03/18 19:17:00 tom Exp $
+ * $LynxId: LYMain.c,v 1.275 2018/03/21 00:50:51 tom Exp $
  */
 #include <HTUtils.h>
 #include <HTTP.h>
@@ -341,7 +341,6 @@ char windows_drive[4];		/* 1998/01/13 (Tue) 21:13:24 */
 #ifdef _WINDOWS
 #define	TIMEOUT	180		/* 1998/03/30 (Mon) 14:50:44 */
 int lynx_timeout = TIMEOUT;
-CRITICAL_SECTION critSec_DNS;	/* 1998/09/03 (Thu) 22:01:56 */
 CRITICAL_SECTION critSec_READ;	/* 1998/09/03 (Thu) 22:01:56 */
 #endif /* _WINDOWS */
 
@@ -1083,7 +1082,6 @@ int main(int argc,
     }
 
     /* 1998/09/03 (Thu) 22:02:32 */
-    InitializeCriticalSection(&critSec_DNS);
     InitializeCriticalSection(&critSec_READ);
 
 #endif /* _WINDOWS */