Skip to content

Commit 60e3aee

Browse files
committed
HashingStorageNodes: remove un-needed SuppressWarnings annotation on specialization
1 parent 88072b8 commit 60e3aee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/common/HashingStorageNodes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ protected void doKeywordsPStringGeneralize(PHashingCollection container, Keyword
837837
}
838838

839839
@Specialization(guards = {"!isJavaString(key)", "isHashable(key)"})
840-
@SuppressWarnings("unused")
841840
protected void doDynamicObjectGeneralize(PHashingCollection container, PythonObjectDictStorage storage, Object key, Object value) {
842841
switchToHybridDictStorage(container, storage).setItem(key, value, getEquivalence());
843842
}

0 commit comments

Comments
 (0)