summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-13 15:32:02 (GMT)
committernijtmans <nijtmans>2010-10-13 15:32:02 (GMT)
commite897c8f16e692c4d90838d0175301f011a645149 (patch)
tree97baa6cd5040ac9deaa72c63701781ba6c1f0bf8 /win
parent0adb617866c8a1c6766f454cc1e63241b7da6c99 (diff)
downloadtcl-e897c8f16e692c4d90838d0175301f011a645149.zip
tcl-e897c8f16e692c4d90838d0175301f011a645149.tar.gz
tcl-e897c8f16e692c4d90838d0175301f011a645149.tar.bz2
tclWinThrd.h: (removed) because it is just empty en used nowhere
Diffstat (limited to 'win')
-rw-r--r--win/tcl.dsp4
-rw-r--r--win/tclWinThrd.h21
2 files changed, 0 insertions, 25 deletions
diff --git a/win/tcl.dsp b/win/tcl.dsp
index 27b4220..57ec6bf 100644
--- a/win/tcl.dsp
+++ b/win/tcl.dsp
@@ -1560,10 +1560,6 @@ SOURCE=.\tclWinThrd.c
# End Source File
# Begin Source File
-SOURCE=.\tclWinThrd.h
-# End Source File
-# Begin Source File
-
SOURCE=.\tclWinTime.c
# End Source File
# End Group
diff --git a/win/tclWinThrd.h b/win/tclWinThrd.h
deleted file mode 100644
index 2572d1b..0000000
--- a/win/tclWinThrd.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * tclWinThrd.h --
- *
- * This header file defines things for thread support.
- *
- * Copyright (c) 1998 Sun Microsystems, Inc.
- *
- * See the file "license.terms" for information on usage and redistribution
- * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * SCCS: @(#) tclWinThrd.h 1.2 98/01/27 11:48:05
- */
-
-#ifndef _TCLWINTHRD
-#define _TCLWINTHRD
-
-#ifdef TCL_THREADS
-
-#endif /* TCL_THREADS */
-
-#endif /* _TCLWINTHRD */