summaryrefslogtreecommitdiffstats
path: root/generic/tclTimer.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-03-23 22:09:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-03-23 22:09:28 (GMT)
commit3823be6fa3f36e6e920aee1c399d1dd817785488 (patch)
tree5a83dce485f0fee9ac96a99e2525caffccacffb2 /generic/tclTimer.c
parente8627e70c0f6e25b72749bac07aec28783d90410 (diff)
downloadtcl-3823be6fa3f36e6e920aee1c399d1dd817785488.zip
tcl-3823be6fa3f36e6e920aee1c399d1dd817785488.tar.gz
tcl-3823be6fa3f36e6e920aee1c399d1dd817785488.tar.bz2
purge outdated comment
Diffstat (limited to 'generic/tclTimer.c')
-rw-r--r--generic/tclTimer.c6
1 files 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 );