summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/null.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/null.rb')
-rw-r--r--lib/coderay/encoders/null.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/coderay/encoders/null.rb b/lib/coderay/encoders/null.rb
index b815c2f..00de909 100644
--- a/lib/coderay/encoders/null.rb
+++ b/lib/coderay/encoders/null.rb
@@ -8,11 +8,6 @@ module Encoders
register_for :null
- # Defined for faster processing.
- def to_proc
- proc {}
- end
-
protected
def token(*)