summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-08-24 10:41:14 +0200
committerGitHub <noreply@github.com>2022-08-24 10:41:14 +0200
commit971fe355478c015a858a4428bf408ca2c2395c42 (patch)
tree32b1b1dffc40c0880a4576604e8776099040d380 /web
parentefd9989bc6edb5f32ef60cd53d237929a93f425f (diff)
Remove aclk_api.[ch] (#13540)
* get rid of aclk_starter middleman * get rid of aclk_api.[ch]
Diffstat (limited to 'web')
-rw-r--r--web/api/web_api_v1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/api/web_api_v1.c b/web/api/web_api_v1.c
index f01594e87e..a21c3dabff 100644
--- a/web/api/web_api_v1.c
+++ b/web/api/web_api_v1.c
@@ -1215,7 +1215,6 @@ inline int web_client_api_request_v1_info_fill_buffer(RRDHOST *host, BUFFER *wb)
#ifdef ENABLE_ACLK
buffer_strcat(wb, "\t\"cloud-available\": true,\n");
- buffer_strcat(wb, "\t\"aclk-new-cloud-protocol\": true,\n");
#else
buffer_strcat(wb, "\t\"cloud-available\": false,\n");
#endif