projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee4a776
)
udevadm-util: drop unused function print_version()
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Wed, 22 Aug 2018 14:56:34 +0000
(23:56 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Mon, 10 Sep 2018 09:27:36 +0000
(18:27 +0900)
src/udev/udevadm-util.h
patch
|
blob
|
history
diff --git
a/src/udev/udevadm-util.h
b/src/udev/udevadm-util.h
index f708ebf690f8b4790168c89173398ea5d9a739c9..0cb0a5ca9fde1af5092d047eb5597c33043e539a 100644
(file)
--- 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);
-}