remove unused macros from detect_base_config

This commit is contained in:
Conor Hughes 2019-01-07 19:18:48 -08:00
parent 41c9e149b6
commit cb5d4abf03
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@
#define YACHTROCK_DLOPEN 0
#endif
#define STR(X) #X
#define XSTR(X) STR(X)
int main(void)
{
struct binding { char *name; unsigned long value; };