Remove lexer_name helpers

This commit is contained in:
Joshua Peek
2011-05-23 10:14:51 -05:00
parent b9d1e86eac
commit b5ef077778
5 changed files with 0 additions and 39 deletions

View File

@@ -98,10 +98,6 @@ module Linguist
end
end
def lexer_name
language.lexer_name
end
def lexer
language.lexer
end