summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2005-03-23 21:58:17 (GMT)
committerdgp@users.sourceforge.net <dgp>2005-03-23 21:58:17 (GMT)
commit9adb01b7c9fb1fa83838fad3f156cc7fc7801d53 (patch)
tree79b048f6b239c94ea3418c96c050108bdf7bc5fa
parent6e61e8c4d210e9e97b0b908d32b5461334e27497 (diff)
downloadtcl-9adb01b7c9fb1fa83838fad3f156cc7fc7801d53.zip
tcl-9adb01b7c9fb1fa83838fad3f156cc7fc7801d53.tar.gz
tcl-9adb01b7c9fb1fa83838fad3f156cc7fc7801d53.tar.bz2
purge outdated comment
-rw-r--r--generic/tclTimer.c6
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 );