Skip to content

Commit 5c7b73f

Browse files
committed
remove accidentally committed method
1 parent 0acbdfc commit 5c7b73f

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/builtins/objects/object/PythonObjectLibrary.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ public PHashingCollection getDict(PythonAbstractObject receiver) {
6060
return null;
6161
}
6262

63-
@Abstract(ifExported = "hasDict")
64-
public PHashingCollection getOrCreateDict(PythonAbstractObject receiver) throws UnsupportedMessageException {
65-
throw UnsupportedMessageException.create();
66-
}
67-
6863
@Abstract(ifExported = "hasDict")
6964
public void setDict(PythonAbstractObject receiver, PHashingCollection dict) throws UnsupportedMessageException {
7065
throw UnsupportedMessageException.create();

0 commit comments

Comments
 (0)