diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-01-27 22:42:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-01-27 22:42:21 +0100 |
commit | ab6e5f147eb9fa303653ef664f79048110d4a12b (patch) | |
tree | 6692ad4e96cfab6aa27f00ecb187f7e3b838960e | |
parent | 3e33402a2dd0ba7aef23a8b7c760366dd5c4be87 (diff) |
drop unused function pointer
-rw-r--r-- | unit.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 (*retry)(Unit *u); }; extern const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX]; |