Skip to content

Commit

Permalink
[Truffle] Remove old guard.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 29, 2014
1 parent 11b16fe commit fdfe94d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1791,7 +1791,7 @@ public RubyClass singletonClass(double self) {
throw new RaiseException(getContext().getCoreLibrary().typeErrorCantDefineSingleton(this));
}

@Specialization(guards = "!isRubyBignum")
@Specialization
public RubyClass singletonClass(RubyBasicObject self) {
notDesignedForCompilation();

Expand Down

0 comments on commit fdfe94d

Please sign in to comment.