mirror of
				https://github.com/koalaman/shellcheck.git
				synced 2025-11-04 18:28:23 +08:00 
			
		
		
		
	Remove unused code
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user