1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

udevadm-util: drop unused function print_version()

This commit is contained in:
Yu Watanabe 2018-08-22 23:56:34 +09:00
parent ee4a776d93
commit 2bc54be485

View File

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