mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
udev: drop unused udev_watch struct
This commit is contained in:
parent
1544d17f73
commit
187e1d977a
@ -48,12 +48,6 @@ struct udev_event {
|
||||
bool run_final;
|
||||
};
|
||||
|
||||
struct udev_watch {
|
||||
struct udev_list_node node;
|
||||
int handle;
|
||||
char *name;
|
||||
};
|
||||
|
||||
/* udev-rules.c */
|
||||
struct udev_rules;
|
||||
struct udev_rules *udev_rules_new(struct udev *udev, int resolve_names);
|
||||
|
Loading…
Reference in New Issue
Block a user