diff options
author | nijtmans <nijtmans> | 2010-10-13 15:32:02 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-10-13 15:32:02 (GMT) |
commit | 00c058d1b2b75eebb1fe0e6e4f653eb3122443df (patch) | |
tree | 97baa6cd5040ac9deaa72c63701781ba6c1f0bf8 /win/tclWinThrd.h | |
parent | 171ad7170e5057b91f832bbfaf43646ecd3280e0 (diff) | |
download | tcl-00c058d1b2b75eebb1fe0e6e4f653eb3122443df.zip tcl-00c058d1b2b75eebb1fe0e6e4f653eb3122443df.tar.gz tcl-00c058d1b2b75eebb1fe0e6e4f653eb3122443df.tar.bz2 |
tclWinThrd.h: (removed) because it is just empty en used nowhere
Diffstat (limited to 'win/tclWinThrd.h')
-rw-r--r-- | win/tclWinThrd.h | 21 |
1 files changed, 0 insertions, 21 deletions
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 */ |