From ab6e5f147eb9fa303653ef664f79048110d4a12b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Jan 2010 22:42:21 +0100 Subject: [PATCH] drop unused function pointer --- unit.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/unit.h b/unit.h index 46b3c45be..a90baf022 100644 --- 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 (*retry)(Unit *u); }; extern const UnitVTable * const unit_vtable[_UNIT_TYPE_MAX]; -- 2.30.2