Navigation Menu

Skip to content

Commit

Permalink
mrb: remove needless rescue
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 11, 2014
1 parent 2925361 commit 5b84e4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/mrb/scripts/scan_info.rb
Expand Up @@ -60,10 +60,6 @@ def match_resolve_index_expression(expression)
end
i += 1
end
rescue => exception
p exception
p exception.class
puts exception.backtrace
end

def match_resolve_index_expression_accessor(expr_code)
Expand Down

0 comments on commit 5b84e4a

Please sign in to comment.