chiark / gitweb /
drop unused function pointer
[elogind.git] / unit.h
diff --git a/unit.h b/unit.h
index 46b3c45becfe5424c5835a98e8c20c4d719202aa..a90baf022af5541fe82752fccec10727359616c2 100644 (file)
--- a/unit.h
+++ b/unit.h
@@ -160,8 +160,6 @@ struct UnitVTable {
         void (*fd_event)(Unit *u, int fd, uint32_t events, Watch *w);
         void (*sigchld_event)(Unit *u, pid_t pid, int code, int status);
         void (*timer_event)(Unit *u, uint64_t n_elapsed, Watch *w);
         void (*fd_event)(Unit *u, int fd, uint32_t events, Watch *w);
         void (*sigchld_event)(Unit *u, pid_t pid, int code, int status);
         void (*timer_event)(Unit *u, uint64_t n_elapsed, Watch *w);
-
-        void (*retry)(Unit *u);
 };
 
 extern const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX];
 };
 
 extern const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX];