1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 12:57:49 +03:00

Remove unused parser type

This commit is contained in:
joshvera 2015-12-03 15:54:41 -05:00
parent 395eee7f7c
commit d7089ec506

View File

@ -83,8 +83,6 @@ main = do
opts = info (helper <*> arguments)
(fullDesc <> progDesc "Diff some things" <> header "semantic-diff - diff semantically")
data ParserType = ParserC | ParserJS
parserForType mediaType = sequence $ case mediaType of
"h" -> Just ts_language_c
"c" -> Just ts_language_c