summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-01 12:47:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-01 12:47:06 +0000
commit10d268c02240ba315595c719ada9db51e514e096 (patch)
tree5ece1ddd6a60947a9a334a9b89996121e3b96422 /basic
parentd9e0cc456d09a0996a790c37a6c4629ca067ab2a (diff)
WaE remove unused Strings
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/dim.cxx2
1 files changed, 0 insertions, 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 );