From e4ff699291ddab16d70aa9b11c717e34dfbe5414 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 18 Nov 2011 20:48:46 +0000 Subject: sTmpLine is never used, so else if statement is effectively null --- l10ntools/source/export.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'l10ntools') 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( ' ' ); - } } } -- cgit