mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-08 05:51:09 -07:00
Remove unused helper stub
This commit is contained in:
parent
e272fa04ee
commit
953d9bc56d
1 changed files with 0 additions and 4 deletions
|
@ -2088,10 +2088,6 @@ readSimpleCommand = called "simple command" $ do
|
|||
then action
|
||||
else getParser def cmd rest
|
||||
|
||||
cStyleComment cmd =
|
||||
case cmd of
|
||||
_ -> False
|
||||
|
||||
validateCommand cmd =
|
||||
case cmd of
|
||||
(T_NormalWord _ [T_Literal _ "//"]) -> commentWarning (getId cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue