Remove unused helper stub

This commit is contained in:
Joseph C. Sible 2020-12-28 18:05:55 -05:00
parent e272fa04ee
commit 953d9bc56d
1 changed files with 0 additions and 4 deletions

View File

@ -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)