summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixSock.c
diff options
context:
space:
mode:
authorvasiljevic <vasiljevic@noemail.net>2006-09-07 09:01:06 (GMT)
committervasiljevic <vasiljevic@noemail.net>2006-09-07 09:01:06 (GMT)
commit07c7678e8cccdc79ef2190ef42cbb8c893470e80 (patch)
tree715a3006c551da7279705424f7da17784c04a406 /unix/tclUnixSock.c
parentf47f33aabaa2ada8a0c527b82c8ec5e64ec380bf (diff)
downloadtcl-07c7678e8cccdc79ef2190ef42cbb8c893470e80.zip
tcl-07c7678e8cccdc79ef2190ef42cbb8c893470e80.tar.gz
tcl-07c7678e8cccdc79ef2190ef42cbb8c893470e80.tar.bz2
Removed unused variables
FossilOrigin-Name: f1d53c90894675f149cc8f9ec76bd01974ab691e
Diffstat (limited to 'unix/tclUnixSock.c')
-rw-r--r--unix/tclUnixSock.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/unix/tclUnixSock.c b/unix/tclUnixSock.c
index eae4906..5f1fade 100644
--- a/unix/tclUnixSock.c
+++ b/unix/tclUnixSock.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixSock.c,v 1.6.2.3 2006/09/07 08:50:36 vasiljevic Exp $
+ * RCS: @(#) $Id: tclUnixSock.c,v 1.6.2.4 2006/09/07 09:01:07 vasiljevic Exp $
*/
#include "tcl.h"
@@ -72,11 +72,6 @@ Tcl_GetHostName()
char buffer[sizeof(hostname)];
#endif
CONST char *native;
-#ifdef TCL_THREADS
- int buflen = 1024, herrno;
- char buf[1024];
- struct hostent he;
-#endif
Tcl_MutexLock(&hostMutex);
if (hostnameInited) {