summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/json/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/api/formatters/json/json.h')
-rw-r--r--web/api/formatters/json/json.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/web/api/formatters/json/json.h b/web/api/formatters/json/json.h
deleted file mode 100644
index d1ab4f901..000000000
--- a/web/api/formatters/json/json.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_API_FORMATTER_JSON_H
-#define NETDATA_API_FORMATTER_JSON_H
-
-#include "../rrd2json.h"
-
-void rrdr2json(RRDR *r, BUFFER *wb, RRDR_OPTIONS options, int datatable);
-void rrdr2json_v2(RRDR *r, BUFFER *wb);
-
-#endif //NETDATA_API_FORMATTER_JSON_H