mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 18:52:52 +08:00
Remove unused helper stub
This commit is contained in:
@@ -2088,10 +2088,6 @@ readSimpleCommand = called "simple command" $ do
|
|||||||
then action
|
then action
|
||||||
else getParser def cmd rest
|
else getParser def cmd rest
|
||||||
|
|
||||||
cStyleComment cmd =
|
|
||||||
case cmd of
|
|
||||||
_ -> False
|
|
||||||
|
|
||||||
validateCommand cmd =
|
validateCommand cmd =
|
||||||
case cmd of
|
case cmd of
|
||||||
(T_NormalWord _ [T_Literal _ "//"]) -> commentWarning (getId cmd)
|
(T_NormalWord _ [T_Literal _ "//"]) -> commentWarning (getId cmd)
|
||||||
|
Reference in New Issue
Block a user