mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 21:31:32 +08:00
ada: Remove unreferenced C macro from OS constants template
The STR/STR1 macros in OS constants template has been unreferenced since 2005, so we can safely remove them. gcc/ada/ * s-oscons-tmplt.c (STR, STR1): Remove.
This commit is contained in:
parent
c381ccdf06
commit
dda025c9ce
@ -237,9 +237,6 @@ int counter = 0;
|
||||
#define CST(name,comment) C(#name,String,name,comment)
|
||||
/* String constant */
|
||||
|
||||
#define STR(x) STR1(x)
|
||||
#define STR1(x) #x
|
||||
|
||||
#ifdef __MINGW32__
|
||||
unsigned int _CRT_fmode = _O_BINARY;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user