mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-29 01:50:15 +03:00
drop unused function pointer
This commit is contained in:
2
unit.h
2
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];
|
||||
|
Reference in New Issue
Block a user