Files
LSL-PyOptimizer/lslopt
Sei Lisa 14e5b78d94 Remove empty statements. Optimize out 'else ;' and 'else {}'.
Without empty statement removal, {;} would trick the optimizer into believing the statement was not empty. E.g. if(x) ; else {;} would not remove the else.
2014-08-02 10:40:59 +02:00
..
2014-07-26 02:43:44 +02:00
2014-07-26 02:43:44 +02:00
2014-08-01 05:33:34 +02:00