diff options
author | murphy <murphy@rubychan.de> | 2010-03-26 04:44:36 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-03-26 04:44:36 +0000 |
commit | a2615b35a0cc5cbea117a076bb308065ecc45b99 (patch) | |
tree | 6d17fd53abaee789cd2d64b45f626af3f7ffd722 | |
parent | 7099489b0bd988e26916afc55c3b1f2874c3ea09 (diff) | |
download | coderay-a2615b35a0cc5cbea117a076bb308065ecc45b99.tar.gz |
Cleanup.
-rw-r--r-- | bench/bench.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb index a270397..c658a85 100644 --- a/bench/bench.rb +++ b/bench/bench.rb @@ -91,7 +91,6 @@ Benchmark.bm(20) do |bm| :wrap => :page, :css => $style ? :style : :class, } - options[:debug] = $DEBUG $hl = CodeRay.encoder(format, options) unless $dump_output N.times do if $stream |