projects
/
oweals
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2550c4b
)
service.c: remove unused service_attr_list
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 25 Jun 2014 07:58:13 +0000
(09:58 +0200)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/service.c
b/service.c
index 8704a866d9ec6b2d200e86bb343b207ce2b9f285..7ae3cdebcc0439123bd0ffec03fb7d7818153fcd 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);