Modula2 meets clang [PR108135]

Remove unused function (and build warnings).

gcc/m2/ChangeLog:

	* gm2-compiler/M2Search.mod (DSdbEnter): Comment out.
	(DSdbExit): Comment out.

	PR modula2/108135

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
This commit is contained in:
Gaius Mulley 2023-02-06 21:14:32 +00:00
parent 9f4baed6ac
commit d5f933d2c0

View file

@ -81,16 +81,18 @@ END doDSdbExit ;
doDSsbEnter when debugging garbage collection at runtime.
*)
(*
PROCEDURE DSdbEnter ;
BEGIN
END DSdbEnter ;
*)
(*
DSdbExit - dummy nop exit code which the preprocessor replaces by
doDSsbExit when debugging garbage collection at runtime.
*)
(*
PROCEDURE DSdbExit (s: String) ;
BEGIN
IF GarbageDebugging
@ -98,6 +100,7 @@ BEGIN
Assert (s # NIL)
END
END DSdbExit ;
*)
(*