Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kernel/delta/struct.rb
Original file line number Diff line number Diff line change
@@ -92,9 +92,7 @@ def length
CODE

begin
include Module.new do
module_eval code
end
module_eval code
rescue SyntaxError
# SyntaxError means that something is wrong with the
# specialization code. Just eat the error and don't specialize.

0 comments on commit 20d0317

Please sign in to comment.