summaryrefslogtreecommitdiffstats
path: root/aclk/helpers/ringbuffer_pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'aclk/helpers/ringbuffer_pal.h')
-rw-r--r--aclk/helpers/ringbuffer_pal.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/aclk/helpers/ringbuffer_pal.h b/aclk/helpers/ringbuffer_pal.h
deleted file mode 100644
index 2f7e1cb93..000000000
--- a/aclk/helpers/ringbuffer_pal.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef RINGBUFFER_PAL_H
-#define RINGBUFFER_PAL_H
-
-#include "libnetdata/libnetdata.h"
-
-#define crbuf_malloc(...) mallocz(__VA_ARGS__)
-#define crbuf_free(...) freez(__VA_ARGS__)
-
-#endif /* RINGBUFFER_PAL_H */