From 3823be6fa3f36e6e920aee1c399d1dd817785488 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 23 Mar 2005 22:09:28 +0000 Subject: purge outdated comment --- generic/tclTimer.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/generic/tclTimer.c b/generic/tclTimer.c index 12c2ce9..14cdd27 100644 --- a/generic/tclTimer.c +++ b/generic/tclTimer.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTimer.c,v 1.13 2004/12/16 19:36:35 dkf Exp $ + * RCS: @(#) $Id: tclTimer.c,v 1.14 2005/03/23 22:09:28 dgp Exp $ */ #include "tclInt.h" @@ -784,9 +784,7 @@ Tcl_AfterObjCmd(clientData, interp, objc, objv) /* * Create the "after" information associated for this interpreter, - * if it doesn't already exist. Associate it with the command too, - * so that it will be passed in as the ClientData argument in the - * future. + * if it doesn't already exist. */ assocPtr = Tcl_GetAssocData( interp, "tclAfter", NULL ); -- cgit v0.12