service.c: remove unused service_attr_list
authorFelix Fietkau <nbd@openwrt.org>
Wed, 25 Jun 2014 07:58:13 +0000 (09:58 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 25 Jun 2014 07:58:13 +0000 (09:58 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
service.c

index 8704a86..7ae3cde 100644 (file)
--- a/service.c
+++ b/service.c
@@ -57,11 +57,6 @@ static const struct blobmsg_policy service_policy[__SERVICE_MAX] = {
        [SERVICE_TXT] = { .name = "txt", .type = BLOBMSG_TYPE_ARRAY },
 };
 
-static const struct uci_blob_param_list service_attr_list = {
-       .n_params = __SERVICE_MAX,
-       .params = service_policy,
-};
-
 static void
 service_update(struct vlist_tree *tree, struct vlist_node *node_new,
               struct vlist_node *node_old);