1
0
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:
Yu Watanabe 2018-08-22 19:57:07 +09:00
parent 1544d17f73
commit 187e1d977a

View File

@ -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);