summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/dex/code/CatchTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/dex/code/CatchTable.java')
-rw-r--r--dx/src/com/android/dx/dex/code/CatchTable.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/dex/code/CatchTable.java b/dx/src/com/android/dx/dex/code/CatchTable.java
index 0ee890f85..8470789fe 100644
--- a/dx/src/com/android/dx/dex/code/CatchTable.java
+++ b/dx/src/com/android/dx/dex/code/CatchTable.java
@@ -16,7 +16,6 @@
package com.android.dx.dex.code;
-import com.android.dx.rop.cst.CstType;
import com.android.dx.util.FixedSizeList;
/**