From 4f879b36b494a276e5b978c5a68a854c290ef51e Mon Sep 17 00:00:00 2001 From: Stiver Date: Tue, 4 Mar 2014 15:23:12 +0100 Subject: testing git... --- src/de/fernflower/struct/consts/ConstantPool.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/de/fernflower/struct/consts/ConstantPool.java b/src/de/fernflower/struct/consts/ConstantPool.java index a9dd775..72ade37 100644 --- a/src/de/fernflower/struct/consts/ConstantPool.java +++ b/src/de/fernflower/struct/consts/ConstantPool.java @@ -117,20 +117,6 @@ public class ConstantPool { } } -// // second pass: resolve the elements referencing constants resolved at the first pass -// for (int i = 1; i < size; i++) { -// if (pass[i] == 1) { -// pool.get(i).resolveConstant(this); -// } -// } -// -// // third pass: resolve the elements referencing constants resolved at the second pass -// for (int i = 1; i < size; i++) { -// if (pass[i] == 2) { -// pool.get(i).resolveConstant(this); -// } -// } - // get global constant pool interceptor instance, if any available interceptor = DecompilerContext.getPoolInterceptor(); } -- cgit v1.2.3