mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-27 07:00:51 +00:00
remove _ts_tos from Stmt as it is not needed.
--HG-- branch : 0.0.9.x
This commit is contained in:
parent
3449d7e41a
commit
c99a302783
2
dex-ir/src/main/java/com/googlecode/dex2jar/ir/stmt/Stmt.java
Normal file → Executable file
2
dex-ir/src/main/java/com/googlecode/dex2jar/ir/stmt/Stmt.java
Normal file → Executable file
@ -15,7 +15,6 @@
|
||||
*/
|
||||
package com.googlecode.dex2jar.ir.stmt;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.TreeSet;
|
||||
@ -124,7 +123,6 @@ public abstract class Stmt {
|
||||
public Object _ls_forward_frame;
|
||||
|
||||
public Stmt _ts_default_next;
|
||||
public List<Stmt> _ts_tos;
|
||||
|
||||
/**
|
||||
* The number of argument
|
||||
|
Loading…
Reference in New Issue
Block a user