Remove search_term

This commit is contained in:
Joshua Peek
2011-05-26 16:03:02 -05:00
parent f083f22abe
commit 5ebf0f5fd3
2 changed files with 0 additions and 20 deletions

View File

@@ -219,16 +219,6 @@ module Linguist
lexer_name == default_lexer_name
end
# Public: Get name for code search
#
# For historical reasons, code search uses a lower case form of
# the language name rather than the proper casing.
#
# Returns lexer String
def search_term
lexer_name
end
# Public: Is it popular?
#
# Returns true or false