diff options
-rw-r--r-- | Readme.html | 2 | ||||
-rw-r--r-- | src/main/javassist/bytecode/ConstPool.java | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Readme.html b/Readme.html index f53e4680..164a5547 100644 --- a/Readme.html +++ b/Readme.html @@ -283,7 +283,7 @@ see javassist.Dump. <p>-version 3.16 <ul> - <li>JIRA JASSIST-127, 144 + <li>JIRA JASSIST-127, 144, 145, 146 </ul> <p>-version 3.15 on July 8, 2011 diff --git a/src/main/javassist/bytecode/ConstPool.java b/src/main/javassist/bytecode/ConstPool.java index 0a01f9a2..3112e440 100644 --- a/src/main/javassist/bytecode/ConstPool.java +++ b/src/main/javassist/bytecode/ConstPool.java @@ -1024,7 +1024,6 @@ public final class ConstPool { break; case ClassInfo.tag : // 7 info = new ClassInfo(in, numOfItems); - // classes.put(<classname>, info); break; case StringInfo.tag : // 8 info = new StringInfo(in, numOfItems); |