Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -48,8 +48,7 @@ public boolean isTainted(double object) {
}

@Specialization(guards = "isRubySymbol(object) || isNil(object)")
protected boolean isTaintedNilOrSymbol(
DynamicObject object) {
protected boolean isTaintedNilOrSymbol(DynamicObject object) {
return false;
}

0 comments on commit 68e2305

Please sign in to comment.