]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH] modula2: tidyup remove unused procedures and unused parameters
authorGaius Mulley <gaiusmod2@gmail.com>
Fri, 22 Nov 2024 21:09:10 +0000 (21:09 +0000)
committerGaius Mulley <gaiusmod2@gmail.com>
Fri, 22 Nov 2024 21:09:10 +0000 (21:09 +0000)
commited9129c27d5b7c0ba78725b85f1a0a79d9c21a22
treea939b46b399ecb4ea77b1720767b3d27ea7ee538
parent8701cdbf8df3f746df85882878beb8e8f897b014
[PATCH] modula2: tidyup remove unused procedures and unused parameters

This patch removes M2GenGCC.mod:QuadCondition and
M2Quads.mod:GenQuadOTypeUniquetok.  It also removes unused parameter
WalkAction for all FoldIf procedures.

gcc/m2/ChangeLog:

* gm2-compiler/M2GenGCC.mod (QuadCondition): Remove.
(FoldIfEqu): Remove WalkAction parameter.
(FoldIfNotEqu): Ditto.
(FoldIfGreEqu): Ditto.
(FoldIfLessEqu): Ditto.
(FoldIfGre): Ditto.
(FoldIfLess): Ditto.
(FoldIfIn): Ditto.
(FoldIfNotIn): Ditto.
* gm2-compiler/M2Quads.mod (GenQuadOTypeUniquetok): Remove.

(cherry picked from commit 038144534a683d4248c9b98a7110a59b305f124a)

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/gm2-compiler/M2GenGCC.mod
gcc/m2/gm2-compiler/M2Quads.mod