From 10d268c02240ba315595c719ada9db51e514e096 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 1 Nov 2010 12:47:06 +0000 Subject: WaE remove unused Strings --- basic/source/comp/dim.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index f4b46b767384..ce76fc065af4 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -1054,7 +1054,6 @@ void SbiParser::Attribute() // TODO: Need to implement the method as an attributed object. while( Next() != EQ ) { - String aSym( GetSym() ); if( Next() != DOT) break; } @@ -1071,7 +1070,6 @@ void SbiParser::Attribute() void SbiParser::Call() { - String aName( aSym ); SbiExpression aVar( this, SbSYMBOL ); aVar.Gen( FORCE_CALL ); aGen.Gen( _GET ); -- cgit