diff options
Diffstat (limited to 'src/test/javassist/bytecode/InsertGap0.java')
-rw-r--r-- | src/test/javassist/bytecode/InsertGap0.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/javassist/bytecode/InsertGap0.java b/src/test/javassist/bytecode/InsertGap0.java index 425f12d7..9e94e593 100644 --- a/src/test/javassist/bytecode/InsertGap0.java +++ b/src/test/javassist/bytecode/InsertGap0.java @@ -159,9 +159,6 @@ final class Gap0Example2 { @SuppressWarnings({"rawtypes","unchecked","unused"}) public final class InsertGap0 extends JvstTestRoot { - public InsertGap0(String name) { - super(name); - } public void testExample() throws Throwable { ClassPool pool = ClassPool.getDefault(); |