java-decompiler: post-import cleanup (dead code dropped)

This commit is contained in:
Roman Shevchenko
2014-08-29 16:05:51 +04:00
parent 84ea54eb1e
commit 63b8d35d08
160 changed files with 4 additions and 4887 deletions

View File

@@ -24,7 +24,6 @@ import org.jetbrains.java.decompiler.struct.gen.VarType;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
@@ -125,7 +124,7 @@ public class ConstantPool {
// public methods
// *****************************************************************************
public void writeToOutputStream(DataOutputStream out) throws FileNotFoundException, IOException {
public void writeToOutputStream(DataOutputStream out) throws IOException {
out.writeShort(pool.size());
for (int i = 1; i < pool.size(); i++) {