Remove WUPS v0.1 support

We an Aroma house now bois
This commit is contained in:
Ash Logan 2022-08-31 09:45:59 +10:00
commit 935e3bdde0
6 changed files with 9 additions and 415 deletions

View file

@ -4,13 +4,6 @@
extern "C" {
#endif
#ifdef OLD_WUPS
#include <nsysnet/socket.h>
#include_next <utils/logger.h>
#else //if !OLD_WUPS
#include <string.h>
#include <whb/log.h>
#include <whb/log_udp.h>
@ -30,8 +23,6 @@ extern "C" {
WHBLogWritef("[%23s]%30s@L%04d: " FMT "",__FILENAME__,__FUNCTION__, __LINE__, ## ARGS); \
} while (0);
#endif //!OLD_WUPS
#ifdef __cplusplus
}
#endif