summaryrefslogtreecommitdiffstats
path: root/discover/udev.c
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-04-28 12:17:58 -0700
committerGeoff Levand <geoff@infradead.org>2013-05-03 17:12:15 -0700
commit478d08edd798815929729a17b4c34a9ebb9b559e (patch)
tree3f757f6c73ca312f56181a04998cab97f3438ee5 /discover/udev.c
parent0c3348684455144089d1da574b1096c95f4b0a80 (diff)
downloadtalos-petitboot-478d08edd798815929729a17b4c34a9ebb9b559e.tar.gz
talos-petitboot-478d08edd798815929729a17b4c34a9ebb9b559e.zip
discover: Remove empty routine udev_trigger
With the switch of the discover server to use the libudev enumeration support the udev_trigger() routine has becone empty and is no longer needed. Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover/udev.c')
-rw-r--r--discover/udev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/discover/udev.c b/discover/udev.c
index 3942a3d..525e4a9 100644
--- a/discover/udev.c
+++ b/discover/udev.c
@@ -317,11 +317,6 @@ fail_new:
return NULL;
}
-int udev_trigger(struct pb_udev __attribute__((unused)) *udev)
-{
- return 0;
-}
-
void udev_destroy(struct pb_udev *udev)
{
talloc_free(udev);
OpenPOWER on IntegriCloud