Skip to content

Commit 212ce77

Browse files
committed
code cleanup
1 parent 56c8e30 commit 212ce77

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

visualvm/heapviewer.truffle/src/org/graalvm/visualvm/heapviewer/truffle/lang/python/PythonHeapFragment.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,4 @@ static boolean isPythonHeap(HeapContext context) {
6161
public Iterator<Instance> getInstancesIterator() {
6262
return instancesIterator(PythonObject.PYTHON_OBJECT_FQN);
6363
}
64-
65-
@Override
66-
public Iterator<PythonObject> getObjectsIterator() {
67-
return super.getObjectsIterator();
68-
}
69-
70-
71-
// public static HeapContext getPythonContext(HeapContext context) {
72-
// if (isPythonHeap(context)) return context;
73-
//
74-
// for (HeapContext otherContext : context.getOtherContexts())
75-
// if (isPythonHeap(otherContext)) return otherContext;
76-
//
77-
// return null;
78-
// }
79-
8064
}

0 commit comments

Comments
 (0)