From bb773ac76368d9ea213f97e8fa0c4e521db24694 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 28 May 2017 19:16:10 +0200 Subject: [PATCH] =?UTF-8?q?api:=20cleanup=20=E2=80=9Anodes=E2=80=98=20acti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/api/actions/nodes.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/api/actions/nodes.c b/lib/api/actions/nodes.c index 1add05f42..4b31141f8 100644 --- a/lib/api/actions/nodes.c +++ b/lib/api/actions/nodes.c @@ -29,8 +29,6 @@ #include "api.h" -extern struct list nodes; - static int api_nodes(struct api_action *r, json_t *args, json_t **resp, struct api_session *s) { json_t *json_nodes = json_array();