Remove unused code
This commit is contained in:
parent
ef6a5b97b9
commit
728922d2b8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue