summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/rop/cst/CstArray.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/src/com/android/dx/rop/cst/CstArray.java')
-rw-r--r--dx/src/com/android/dx/rop/cst/CstArray.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/dx/src/com/android/dx/rop/cst/CstArray.java b/dx/src/com/android/dx/rop/cst/CstArray.java
index 2766b5f1e..5644b2fe0 100644
--- a/dx/src/com/android/dx/rop/cst/CstArray.java
+++ b/dx/src/com/android/dx/rop/cst/CstArray.java
@@ -16,7 +16,6 @@
package com.android.dx.rop.cst;
-import com.android.dx.rop.type.Type;
import com.android.dx.util.FixedSizeList;
/**