summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/lua2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/lua2.rb')
-rw-r--r--lib/coderay/scanners/lua2.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/coderay/scanners/lua2.rb b/lib/coderay/scanners/lua2.rb
index 866dded..4b99a44 100644
--- a/lib/coderay/scanners/lua2.rb
+++ b/lib/coderay/scanners/lua2.rb
@@ -150,15 +150,11 @@ module Scanners
states = [state]
until eos?
-
case state
-
#{ @code.chomp.gsub(/^/, ' ') }
else
raise_inspect 'Unknown state: %p' % [state], encoder
-
end
-
end
if options[:keep_state]