2008-01-11 18:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/include/hbexprb.c
    * removed unused variable
This commit is contained in:
Przemyslaw Czerpak
2008-01-11 17:13:51 +00:00
parent 3611daa5a2
commit 2c5bb1c719
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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 )