Re: [PATCH] newlib: libm: drop unused config.h.in file
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <Ye/[email protected]> |
On Jan 23 22:47, Mike Frysinger wrote: > Not sure how this snuck in. It's never been used in libm/, so punt it. > --- > newlib/libm/config.h.in | 1 - > 1 file changed, 1 deletion(-) > delete mode 100644 newlib/libm/config.h.in > > diff --git a/newlib/libm/config.h.in b/newlib/libm/config.h.in > deleted file mode 100644 > index 61025bcef7b5..000000000000 > --- a/newlib/libm/config.h.in > +++ /dev/null > @@ -1 +0,0 @@ > -/* config.h.in. Generated automatically from configure.in by autoheader. */ > -- > 2.34.1 Yeah, that's an obvious one, thanks! Corinna