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
1 changed files with 0 additions and 4 deletions

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