Skip to content

Commit

Permalink
fixed an unecessary variable scope dohickey setting thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
seydar committed Aug 20, 2009
1 parent 221ab40 commit 1f38a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/compiler/compiler.rb
Expand Up @@ -103,7 +103,6 @@ def self.parse_flags(stream)
def self.compile_file(path, flags=nil, options={})
process_flags(flags)

sexp = nil # scoping fun so that +sexp+ isn't restricted to the block below
if path =~ /\.lrb$/ or options[:lrb]
# we produce a string that is the code, and then convert it to sexps
sexp = LiterateRB::to_code(path, :comments => false).to_sexp
Expand Down

0 comments on commit 1f38a76

Please sign in to comment.