remove now unused variable
[project/procd.git] / service.h
index 64c8a2f7c93ef39316d7735727eafd0a8b3a1c33..9d3c30894da30a10cb9d9b7146648c0f5cd24246 100644 (file)
--- 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;
 };