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:
parent
395eee7f7c
commit
d7089ec506
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user