summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-08-22 23:56:34 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-09-10 18:27:36 +0900
commit2bc54be485def3d1697a00209ff73ae21aa7f268 (patch)
treeaa8069db9033c3683d7c01b5bbe82d91afad5903 /src/udev/udevadm-util.h
parentee4a776d93c8281fc58ef7ee1a669633f25b6cb0 (diff)
downloadsystemd-2bc54be485def3d1697a00209ff73ae21aa7f268.tar.gz
udevadm-util: drop unused function print_version()
Diffstat (limited to 'src/udev/udevadm-util.h')
-rw-r--r--src/udev/udevadm-util.h4
1 files changed, 0 insertions, 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);
-}