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 )