summaryrefslogtreecommitdiff
path: root/basic/source
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
commit4b5bc2997356bc45bd05384b763227efdd764777 (patch)
tree1a5a2030b085b4d64103d66693f032c841a8df57 /basic/source
parent8fc51872759aa2bb96c1e0e75e088f3c1cb9b748 (diff)
WaE remove unused Strings
Diffstat (limited to 'basic/source')
-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 13cbfa2c1f..2c972ad6ff 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 );