Edoardo Prezioso 0f1f3c0f5f Tokenizer::removeRedundantCondition: refactoring due to various reasons.
1) Remove the dead code with 'eraseDeadCode', not with 'eraseTokens' because of the possible presence of labels.
2) It's impossible that in tokenizer there is pattern like 'if (true|false) {code;} else if (cond) {code_cond;}' because the function 'Tokenizer::elseif' adds '{' between 'else' and 'if', hence a code path is redundant, so it's removed from code.
2012-01-26 22:32:11 +01:00
..
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-25 15:16:22 +01:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-01 01:05:37 +02:00
2012-01-22 00:03:33 +01:00
2012-01-01 01:05:37 +02:00