Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -105,11 +105,6 @@ public int fstat(RubyBasicObject rubyStat, int fd) {
return code;
}

@Specialization(guards = "!isRubyString(path)")
public Object stat(RubyBasicObject rubyStat, Object path) {
return null;
}

}

@RubiniusPrimitive(name = "stat_lstat")

0 comments on commit 5ca06e8

Please sign in to comment.