summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-03 17:49:09 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-03 17:49:09 (GMT)
commitb1dde98c17cc47bfc3015d91395cbdabcd939d86 (patch)
tree806ef82bc9692d5247fad26a036e93cd372d7515 /generic
parent811623f8834badd39fce32d94399cc592b178d90 (diff)
downloadtcl-b1dde98c17cc47bfc3015d91395cbdabcd939d86.zip
tcl-b1dde98c17cc47bfc3015d91395cbdabcd939d86.tar.gz
tcl-b1dde98c17cc47bfc3015d91395cbdabcd939d86.tar.bz2
remove unneeded declaration
Diffstat (limited to 'generic')
-rw-r--r--generic/tclInt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index ecd0300..a7991ab 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -15,7 +15,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.387 2008/08/03 17:33:10 msofer Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.388 2008/08/03 17:49:09 msofer Exp $
*/
#ifndef _TCLINT
@@ -2535,7 +2535,6 @@ MODULE_SCOPE Tcl_ObjCmdProc TclNRWhileObjCmd;
MODULE_SCOPE Tcl_NRPostProc TclNRForIterCallback;
MODULE_SCOPE Tcl_ObjCmdProc TclNRAtProcExitObjCmd;
-MODULE_SCOPE Tcl_ObjCmdProc TclAtProcExitObjCmd;
MODULE_SCOPE int TclNREvalCmd(Tcl_Interp * interp, Tcl_Obj * objPtr,
int flags);