summaryrefslogtreecommitdiffstats
path: root/src/aclk/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'src/aclk/helpers')
-rw-r--r--src/aclk/helpers/mqtt_wss_pal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/aclk/helpers/mqtt_wss_pal.h b/src/aclk/helpers/mqtt_wss_pal.h
index 5c89f8bb7..fe1aacf49 100644
--- a/src/aclk/helpers/mqtt_wss_pal.h
+++ b/src/aclk/helpers/mqtt_wss_pal.h
@@ -10,10 +10,4 @@
#undef OPENSSL_VERSION_110
#undef OPENSSL_VERSION_111
-#define mw_malloc(...) mallocz(__VA_ARGS__)
-#define mw_calloc(...) callocz(__VA_ARGS__)
-#define mw_free(...) freez(__VA_ARGS__)
-#define mw_strdup(...) strdupz(__VA_ARGS__)
-#define mw_realloc(...) reallocz(__VA_ARGS__)
-
#endif /* MQTT_WSS_PAL_H */