summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.h
diff options
context:
space:
mode:
authorSami Kerola2017-01-10 22:16:20 +0100
committerSami Kerola2017-02-05 00:39:38 +0100
commit92931ab28d2f9174b884b4373d6cdd1e0ef350d4 (patch)
tree74eaea1f7c6418b0e275dbfd315d2362b9a2da40 /sys-utils/hwclock.h
parenthwclock: remove trailing dot from messages that include system error message (diff)
downloadkernel-qcow2-util-linux-92931ab28d2f9174b884b4373d6cdd1e0ef350d4.tar.gz
kernel-qcow2-util-linux-92931ab28d2f9174b884b4373d6cdd1e0ef350d4.tar.xz
kernel-qcow2-util-linux-92931ab28d2f9174b884b4373d6cdd1e0ef350d4.zip
hwclock: remove --compare option
Compare functionality was printing nonsense values. There is no knowledge of anyone using this broken functionality. Instead of deprecating the code for months, and removing it after few release, it is removed immediately. Needless to say this is unusual removal. Reference: http://marc.info/?l=util-linux-ng&m=148396210506652&w=2 Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/hwclock.h')
-rw-r--r--sys-utils/hwclock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/hwclock.h b/sys-utils/hwclock.h
index cd1d3b6cf..b08bd2d7a 100644
--- a/sys-utils/hwclock.h
+++ b/sys-utils/hwclock.h
@@ -28,7 +28,6 @@ struct hwclock_control {
hwaudit_on:1,
#endif
adjust:1,
- compare:1,
show:1,
hctosys:1,
utc:1,