Remove unused code

This commit is contained in:
Ng Zhi An 2018-05-06 15:24:34 -07:00
parent ef6a5b97b9
commit 728922d2b8
1 changed files with 0 additions and 6 deletions

View File

@ -1223,12 +1223,6 @@ doubleQuotedPart = readDoubleLiteral <|> readDoubleQuotedDollar <|> readQuotedBa
"This is a unicode quote. Delete and retype it (or ignore/singlequote for literal)." "This is a unicode quote. Delete and retype it (or ignore/singlequote for literal)."
return $ T_Literal id [c] return $ T_Literal id [c]
readDoubleQuotedLiteral = do
doubleQuote
x <- readDoubleLiteral
doubleQuote
return x
readDoubleLiteral = do readDoubleLiteral = do
id <- getNextId id <- getNextId
s <- many1 readDoubleLiteralPart s <- many1 readDoubleLiteralPart