]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
udev: drop unused udev_watch struct
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 22 Aug 2018 10:57:07 +0000 (19:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 10 Sep 2018 09:27:36 +0000 (18:27 +0900)
src/udev/udev.h

index e79b8ed0d987ab99802bb3ffb35b476b03822e39..a8fec25a43d864805c9bfc59f7ceb3fb60c6537e 100644 (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);