Remove unused methods

This commit is contained in:
Adam
2015-04-25 15:30:22 -04:00
parent a9f953b46a
commit 267efc7940
5 changed files with 77 additions and 4 deletions

View File

@@ -92,6 +92,11 @@ public class ClassFile
{
return pool;
}
public Interfaces getInterfaces()
{
return interfaces;
}
public Fields getFields()
{