[PATCH] libgloss: moxie: Remove unnecessary print() declaration
Chris Packham <[email protected]> Fri, 29 May 2026 16:47:26 +1200
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
libgloss/glue.h has a declaration of print() so there's no need for putnum.c to have one (which is incorrect and triggers a compilation warning/error). Signed-off-by: Chris Packham <[email protected]> --- libgloss/moxie/putnum.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libgloss/moxie/putnum.c b/libgloss/moxie/putnum.c index 9af5b4d4c..0f7e89453 100644 --- a/libgloss/moxie/putnum.c +++ b/libgloss/moxie/putnum.c @@ -14,8 +14,6 @@ */ #include "glue.h" -void print (char *); - /* * putnum -- print a 32 bit number in hex */ -- 2.54.0