Skip to content

Commit 0a16f9f

Browse files
committed
removed not used removeChildContextData method
1 parent ba3d544 commit 0a16f9f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,6 @@ public void putChildContextData(long id, ChildContextData data) {
257257
childContextData.put(id, data);
258258
}
259259

260-
@TruffleBoundary
261-
public void removeChildContextData(long id) {
262-
childContextData.remove(id);
263-
}
264-
265260
public static PythonLanguage get(Node node) {
266261
return REFERENCE.get(node);
267262
}

0 commit comments

Comments
 (0)