From 0821784e04e2aa7a2582947073659cde9e421abd Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 15 Oct 2004 15:42:52 +0000 Subject: Remove unused variable --- generic/tclBasic.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generic/tclBasic.c b/generic/tclBasic.c index 8891f52..69a2453 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.126 2004/10/15 04:01:27 dgp Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.127 2004/10/15 15:42:52 dgp Exp $ */ #include "tclInt.h" @@ -4457,7 +4457,6 @@ Tcl_AddObjErrorInfo(interp, message, length) * NULL byte. */ { register Interp *iPtr = (Interp *) interp; - Tcl_Obj *messagePtr; /* * If we are just starting to log an error, errorInfo is initialized -- cgit v0.12