diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-18 20:48:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-19 21:11:02 +0000 |
commit | e4ff699291ddab16d70aa9b11c717e34dfbe5414 (patch) | |
tree | edff6fb0049a0681750e6d8475e6cbcb09d18dc4 /l10ntools | |
parent | 8afc30fd3420c9318d2e56d588fe19df664e6755 (diff) |
sTmpLine is never used, so else if statement is effectively null
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/export.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 7a3355c126f5..6922df968c6f 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -576,11 +576,6 @@ int Export::Execute( int nToken, const char * pToken ) return 1; } } - else if (( nToken != LISTASSIGNMENT ) && ( nToken != UIENTRIES )){ - // cur. line has macro line end - ByteString sTmpLine( sToken ); - sTmpLine.EraseAllChars( '\t' ); sTmpLine.EraseAllChars( ' ' ); - } } } |