Remove empty conditional _WIN32 code

This commit is contained in:
Christian Jullien 2019-06-18 15:05:46 +02:00
parent d052f609fe
commit d39c49db2d

View File

@ -3,9 +3,6 @@
#include <signal.h>
#include <errno.h>
#if defined(_WIN32)
#endif
#if __linux__ || __APPLE__
#define SYS_WHICH_NM "which nm >/dev/null 2>&1"
#define TCC_COMPILER "../../tcc"