summaryrefslogtreecommitdiffstats
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/service.h b/service.h
index 64c8a2f..9d3c308 100644
--- a/service.h
+++ b/service.h
@@ -24,7 +24,6 @@ struct service {
struct avl_node avl;
const char *name;
- struct blob_attr *config;
struct blob_attr *trigger;
struct vlist_tree instances;
};