Skip to content

Commit 7c542c4

Browse files
committed
remove unnecessary usage of the @GenerateNodeFactory annotation
1 parent a1cb4ec commit 7c542c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
import com.oracle.truffle.api.dsl.Cached;
6565
import com.oracle.truffle.api.dsl.CachedLanguage;
6666
import com.oracle.truffle.api.dsl.Fallback;
67-
import com.oracle.truffle.api.dsl.GenerateNodeFactory;
6867
import com.oracle.truffle.api.dsl.GenerateUncached;
6968
import com.oracle.truffle.api.dsl.ImportStatic;
7069
import com.oracle.truffle.api.dsl.Specialization;
@@ -141,7 +140,6 @@ protected static boolean isEconomicMapStorage(Object o) {
141140
}
142141

143142
@ImportStatic({PGuards.class, PythonOptions.class})
144-
@GenerateNodeFactory
145143
public abstract static class GetClonedHashingStorageNode extends PNodeWithContext {
146144
@Child private PRaiseNode raise;
147145

0 commit comments

Comments
 (0)