summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2004-04-01 15:07:19 (GMT)
committerdgp@users.sourceforge.net <dgp>2004-04-01 15:07:19 (GMT)
commitffdb60c4ca702144719861716fd06efd0a1f409c (patch)
treebcf9ddbe7c9ecdb5ef53a291e3551c370df63e1e
parent7b74b5fe3d7885841053de69d01233b71b292c2a (diff)
downloadtcl-ffdb60c4ca702144719861716fd06efd0a1f409c.zip
tcl-ffdb60c4ca702144719861716fd06efd0a1f409c.tar.gz
tcl-ffdb60c4ca702144719861716fd06efd0a1f409c.tar.bz2
* generic/tclInt.h: Removed obsolete tclBlockTime* declarations.
[Bug 926454]
-rw-r--r--ChangeLog5
-rw-r--r--generic/tclInt.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e055bac..f830d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-01 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.
+ [Bug 926454]
+
2004-04-01 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclIOUtil.c: Fix to privately reported vfs bug with
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;