From 27525dfcf2fa08c8e0bbf04749dc9e2ef9782f63 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 1 Apr 2004 15:07:19 +0000 Subject: * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. [Bug 926454] --- ChangeLog | 5 +++++ generic/tclInt.h | 4 +--- 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 + + * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. + [Bug 926454] + 2004-04-01 Vince Darley * 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; -- cgit v0.12