delete debugging code

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1780 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-09-20 02:50:06 +00:00
parent 5b83b61c99
commit dc449262ab
1 changed files with 0 additions and 7 deletions

View File

@ -255,10 +255,6 @@ public class ModRef {
for (int d = 0; d < dim - 1; d++) {
InstanceKey i = h.getInstanceKeyForMultiNewArray(n, instruction.getNewSite(), d);
PointerKey pk = h.getPointerKeyForArrayContents(i);
if (pk == null) {
h.getPointerKeyForArrayContents(i);
}
assert pk != null;
result.add(pk);
pk = h.getPointerKeyForArrayLength(i);
@ -270,9 +266,6 @@ public class ModRef {
// length field
InstanceKey i = h.getInstanceKeyForAllocation(n, instruction.getNewSite());
PointerKey pk = h.getPointerKeyForArrayContents(i);
if (pk == null) {
h.getPointerKeyForArrayContents(i);
}
assert pk != null;
result.add(pk);
pk = h.getPointerKeyForArrayLength(i);