summaryrefslogtreecommitdiffstats
path: root/generic/tclOOBasic.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2008-11-01 00:04:26 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2008-11-01 00:04:26 (GMT)
commit3c288ccd28130ee36d63b6b356cc31c42c208df7 (patch)
tree56c9bfaf40fa6e359673506e2b649245ddaa0492 /generic/tclOOBasic.c
parent3a86e77567678256f085204c8774662b17b15439 (diff)
downloadtcl-3c288ccd28130ee36d63b6b356cc31c42c208df7.zip
tcl-3c288ccd28130ee36d63b6b356cc31c42c208df7.tar.gz
tcl-3c288ccd28130ee36d63b6b356cc31c42c208df7.tar.bz2
remove unused variable
Diffstat (limited to 'generic/tclOOBasic.c')
-rw-r--r--generic/tclOOBasic.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclOOBasic.c b/generic/tclOOBasic.c
index 394ea60..b52f90c 100644
--- a/generic/tclOOBasic.c
+++ b/generic/tclOOBasic.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: tclOOBasic.c,v 1.14 2008/10/31 22:08:32 dkf Exp $
+ * RCS: @(#) $Id: tclOOBasic.c,v 1.15 2008/11/01 00:04:26 dkf Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1028,7 +1028,6 @@ TclOONRUpcatch(
{
Interp *iPtr = (Interp *) interp;
CallFrame *savedFramePtr = iPtr->varFramePtr;
- Tcl_Obj *scriptObj;
if (objc != 2) {
Tcl_WrongNumArgs(interp, 1, objv, "script");