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>
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
Assert (s # NIL)
END
END DSdbExit ;
+*)
(*