Remove deprecated code (#3359)

* Remove deprecated find_by_shebang

* Remove deprecated ace_modes function

* Remove deprecated primary_extension function

Gists don't have a language dropdown anymore

* Remove deprecated Linguist::Language.detect function

* Remove deprecated search_term field
This commit is contained in:
Paul Chaignon
2016-12-12 21:24:19 +01:00
committed by Brandon Black
parent 2c78dd2c66
commit 9d8392dab8
4 changed files with 0 additions and 132 deletions

View File

@@ -21,8 +21,6 @@ header = <<-EOF
# listed alphabetically)
# interpreters - An Array of associated interpreters
# searchable - Boolean flag to enable searching (defaults to true)
# search_term - Deprecated: Some languages may be indexed under a
# different alias. Avoid defining new exceptions.
# language_id - Integer used as a language-name-independent indexed field so that we can rename
# languages in Linguist without reindexing all the code on GitHub. Must not be
# changed for existing languages without the explicit permission of GitHub staff.