Skip to content

Commit 953d9bc

Browse files
committed
Remove unused helper stub
1 parent e272fa0 commit 953d9bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ShellCheck/Parser.hs

-4
Original file line numberDiff line numberDiff line change
@@ -2088,10 +2088,6 @@ readSimpleCommand = called "simple command" $ do
20882088
then action
20892089
else getParser def cmd rest
20902090

2091-
cStyleComment cmd =
2092-
case cmd of
2093-
_ -> False
2094-
20952091
validateCommand cmd =
20962092
case cmd of
20972093
(T_NormalWord _ [T_Literal _ "//"]) -> commentWarning (getId cmd)

0 commit comments

Comments
 (0)