Issue #651 Fixed unnecessary removing expressions killed in unreachable code

This commit is contained in:
Jindra Petřík
2014-09-16 19:24:06 +02:00
parent 3c7bec740e
commit a4e9fc0872
2 changed files with 32 additions and 11 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.graph;
import com.jpexs.decompiler.flash.BaseLocalData;