]> gcc.gnu.org Git - gcc.git/commit
PR modula2/109388 clang warnings related to Modula-2
authorGaius Mulley <gaiusmod2@gmail.com>
Mon, 3 Apr 2023 14:04:06 +0000 (15:04 +0100)
committerGaius Mulley <gaiusmod2@gmail.com>
Mon, 3 Apr 2023 14:04:06 +0000 (15:04 +0100)
commit9a75f0a02e5006e081b335acd36300a85bef8eb8
tree903938d01a7695e70b92d351011c3cbe84978d89
parentda3fd01757297c1d20cf3dcd76046488da737569
PR modula2/109388 clang warnings related to Modula-2

This patch removes an unused parameter 'module' from
DoVariableDeclaration in M2GCCDeclare.mod.  It also removes unused
procedures from PHBuild.bnf.

gcc/m2/ChangeLog:

PR modula2/109388
* gm2-compiler/M2GCCDeclare.mod (DoVariableDeclaration):
Remove second parameter module.  Adjust all callers to
remove the second parameter.
* gm2-compiler/PHBuild.bnf (CheckAndInsert): Remove.
(InStopSet): Remove.
(PeepToken): Remove.
(PushQualident): Remove.
(SimpleDes): Remove.
(ActualParameters): Remove.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/gm2-compiler/M2GCCDeclare.mod
gcc/m2/gm2-compiler/PHBuild.bnf
This page took 0.097249 seconds and 5 git commands to generate.