Skip to content

Commit 5ca06e8

Browse files
committed
[Truffle] Removing erroneous specialization.
1 parent d8a4c18 commit 5ca06e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

truffle/src/main/java/org/jruby/truffle/nodes/rubinius/StatPrimitiveNodes.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ public int fstat(RubyBasicObject rubyStat, int fd) {
105105
return code;
106106
}
107107

108-
@Specialization(guards = "!isRubyString(path)")
109-
public Object stat(RubyBasicObject rubyStat, Object path) {
110-
return null;
111-
}
112-
113108
}
114109

115110
@RubiniusPrimitive(name = "stat_lstat")

0 commit comments

Comments
 (0)