Skip to content

Commit

Permalink
[Truffle] Kernel#freeze is fine for compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Mar 5, 2015
1 parent dc9c8e6 commit 6dc1b69
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -734,8 +734,6 @@ public FreezeNode(FreezeNode prev) {

@Specialization
public RubyBasicObject freeze(RubyBasicObject self) {
notDesignedForCompilation();

self.freeze();
return self;
}
Expand Down

0 comments on commit 6dc1b69

Please sign in to comment.