diff options
author | dgp <dgp@users.sourceforge.net> | 2005-03-23 21:58:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-03-23 21:58:17 (GMT) |
commit | 53f060e88ded7c62161650d8252b22e4f2d8456b (patch) | |
tree | 79b048f6b239c94ea3418c96c050108bdf7bc5fa | |
parent | 02235dc65890aa96049e6e357603f18712153c06 (diff) | |
download | tcl-53f060e88ded7c62161650d8252b22e4f2d8456b.zip tcl-53f060e88ded7c62161650d8252b22e4f2d8456b.tar.gz tcl-53f060e88ded7c62161650d8252b22e4f2d8456b.tar.bz2 |
purge outdated comment
-rw-r--r-- | generic/tclTimer.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclTimer.c b/generic/tclTimer.c index 6dd912d..0e14f4d 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.6.2.1 2004/09/07 18:21:16 kennykb Exp $ + * RCS: @(#) $Id: tclTimer.c,v 1.6.2.2 2005/03/23 21:58:17 dgp Exp $ */ #include "tclInt.h" @@ -757,9 +757,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 ); |