public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5723] Modula2 meets clang [PR108135]
@ 2023-02-06 21:15 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2023-02-06 21:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d5f933d2c046478c05b463be23021875d08dc647

commit r13-5723-gd5f933d2c046478c05b463be23021875d08dc647
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Mon Feb 6 21:14:32 2023 +0000

    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>

Diff:
---
 gcc/m2/gm2-compiler/M2Search.mod | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/m2/gm2-compiler/M2Search.mod b/gcc/m2/gm2-compiler/M2Search.mod
index cc61ebfb353..9c78c800f6f 100644
--- a/gcc/m2/gm2-compiler/M2Search.mod
+++ b/gcc/m2/gm2-compiler/M2Search.mod
@@ -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 ;
+*)
 
 
 (*

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-06 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06 21:15 [gcc r13-5723] Modula2 meets clang [PR108135] Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).