delete some obsolete incorrect debug code.

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2122 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-12-06 19:57:50 +00:00
parent 3ea8de49e4
commit 8fe21cc50d
1 changed files with 0 additions and 3 deletions

View File

@ -339,9 +339,6 @@ public class ClassHierarchy implements IClassHierarchy {
if (!iface.isInterface()) {
Assertions._assert(false, "not an interface: " + iface);
}
if (klass.isInterface()) {
Assertions._assert(false, "an interface: " + klass);
}
}
recordImplements(klass, iface);
}