From 728922d2b822eb3c05429f827105553c6763f5e2 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Sun, 6 May 2018 15:24:34 -0700 Subject: [PATCH] Remove unused code --- src/ShellCheck/Parser.hs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ShellCheck/Parser.hs b/src/ShellCheck/Parser.hs index 8cce9a9..f1f98a8 100644 --- a/src/ShellCheck/Parser.hs +++ b/src/ShellCheck/Parser.hs @@ -1223,12 +1223,6 @@ doubleQuotedPart = readDoubleLiteral <|> readDoubleQuotedDollar <|> readQuotedBa "This is a unicode quote. Delete and retype it (or ignore/singlequote for literal)." return $ T_Literal id [c] -readDoubleQuotedLiteral = do - doubleQuote - x <- readDoubleLiteral - doubleQuote - return x - readDoubleLiteral = do id <- getNextId s <- many1 readDoubleLiteralPart