From 2bc54be485def3d1697a00209ff73ae21aa7f268 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 22 Aug 2018 23:56:34 +0900 Subject: [PATCH] udevadm-util: drop unused function print_version() --- src/udev/udevadm-util.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/udev/udevadm-util.h b/src/udev/udevadm-util.h index f708ebf690..0cb0a5ca9f 100644 --- a/src/udev/udevadm-util.h +++ b/src/udev/udevadm-util.h @@ -5,7 +5,3 @@ struct udev_device *find_device(const char *id, const char *prefix); - -static inline void print_version(void) { - printf("%s\n", PACKAGE_VERSION); -}