diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-01 00:04:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-11-01 00:04:26 (GMT) |
commit | ca1d8afc2cf45b6fd42204a7ed0e295991666205 (patch) | |
tree | 56c9bfaf40fa6e359673506e2b649245ddaa0492 /generic/tclOOBasic.c | |
parent | ea04b9849eb076f206c65efacd0a6a3aba6f4325 (diff) | |
download | tcl-ca1d8afc2cf45b6fd42204a7ed0e295991666205.zip tcl-ca1d8afc2cf45b6fd42204a7ed0e295991666205.tar.gz tcl-ca1d8afc2cf45b6fd42204a7ed0e295991666205.tar.bz2 |
remove unused variable
Diffstat (limited to 'generic/tclOOBasic.c')
-rw-r--r-- | generic/tclOOBasic.c | 3 |
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"); |