From 2c5bb1c71977bed68e82d7f520f13358831b2499 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 11 Jan 2008 17:13:51 +0000 Subject: [PATCH] 2008-01-11 18:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexprb.c * removed unused variable --- harbour/ChangeLog | 4 ++++ harbour/include/hbexprb.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7371c01cf9..e4aba1ea69 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-11 18:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbexprb.c + * removed unused variable + 2008-01-11 18:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapiitm.h * harbour/source/vm/itemapi.c diff --git a/harbour/include/hbexprb.c b/harbour/include/hbexprb.c index 9114064b48..150a15d191 100644 --- a/harbour/include/hbexprb.c +++ b/harbour/include/hbexprb.c @@ -1702,8 +1702,6 @@ static HB_EXPR_FUNC( hb_compExprUseFunCall ) } else if( strcmp( "GETTEXT_NOOP", &pName->value.asSymbol[ 8 ] ) == 0 ) { - HB_EXPR_PTR pExpr; - if( usCount == 1 ) { if( pArg->ExprType == HB_ET_STRING && pArg->ulLength > 0 )