summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-04-01 15:07:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-04-01 15:07:19 (GMT)
commit27525dfcf2fa08c8e0bbf04749dc9e2ef9782f63 (patch)
treebcf9ddbe7c9ecdb5ef53a291e3551c370df63e1e /generic/tclInt.h
parentfcc8d73fc63d034e3e01c6b0a98935e9da182a18 (diff)
downloadtcl-27525dfcf2fa08c8e0bbf04749dc9e2ef9782f63.zip
tcl-27525dfcf2fa08c8e0bbf04749dc9e2ef9782f63.tar.gz
tcl-27525dfcf2fa08c8e0bbf04749dc9e2ef9782f63.tar.bz2
* generic/tclInt.h: Removed obsolete tclBlockTime* declarations.
[Bug 926454]
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index a0043dd..d7c2b40 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.148 2004/03/18 18:54:02 rmax Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.149 2004/04/01 15:07:20 dgp Exp $
*/
#ifndef _TCLINT
@@ -1569,8 +1569,6 @@ typedef Tcl_ObjCmdProc *TclObjCmdProcType;
*----------------------------------------------------------------
*/
-extern Tcl_Time tclBlockTime;
-extern int tclBlockTimeSet;
extern char * tclExecutableName;
extern char * tclNativeExecutableName;
extern char * tclDefaultEncodingDir;