summaryrefslogtreecommitdiffstats
path: root/sys-utils/hwclock.h
diff options
context:
space:
mode:
authorJ William Piggott2017-07-18 20:37:30 +0200
committerJ William Piggott2017-07-20 02:46:12 +0200
commit62f22d912de2d2360031bef7e123549b27fb86ad (patch)
treead0379e154866e656115ee29045f34489b2e57ab /sys-utils/hwclock.h
parenttests: check sfdisk resize on unsorted offsets (diff)
downloadkernel-qcow2-util-linux-62f22d912de2d2360031bef7e123549b27fb86ad.tar.gz
kernel-qcow2-util-linux-62f22d912de2d2360031bef7e123549b27fb86ad.tar.xz
kernel-qcow2-util-linux-62f22d912de2d2360031bef7e123549b27fb86ad.zip
hwclock: remove unused epoch_option
Also one whitespace fix. Signed-off-by: J William Piggott <elseifthen@gmx.com>
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 61be57ac7..a1ef80cee 100644
--- a/sys-utils/hwclock.h
+++ b/sys-utils/hwclock.h
@@ -64,7 +64,6 @@ typedef int bool;
/* hwclock.c */
extern int debug;
-extern unsigned long epoch_option;
extern double time_diff(struct timeval subtrahend, struct timeval subtractor);
/* rtc.c */