From 795721e7172e3fe72dc211f941a7519df12958b6 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Thu, 15 Jul 2004 18:31:34 +0000 Subject: * generic/tclLiteral.c (TclReleaseLiteral): Removed unused variable 'codePtr' to silence a message from VC++. --- ChangeLog | 5 +++++ generic/tclLiteral.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8369b84..60560f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-15 Kevin Kenny + + * generic/tclLiteral.c (TclReleaseLiteral): Removed unused + variable 'codePtr' to silence a message from VC++. + 2004-07-15 Miguel Sofer * generic/tclCompile.c (TclCompileScript): diff --git a/generic/tclLiteral.c b/generic/tclLiteral.c index ad38167..c887067 100644 --- a/generic/tclLiteral.c +++ b/generic/tclLiteral.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclLiteral.c,v 1.17 2004/07/15 17:42:12 msofer Exp $ + * RCS: @(#) $Id: tclLiteral.c,v 1.18 2004/07/15 18:31:34 kennykb Exp $ */ #include "tclInt.h" @@ -685,7 +685,6 @@ TclReleaseLiteral(interp, objPtr) Interp *iPtr = (Interp *) interp; LiteralTable *globalTablePtr = &(iPtr->literalTable); register LiteralEntry *entryPtr, *prevPtr; - ByteCode* codePtr; char *bytes; int length, index; -- cgit v0.12