Commit 336f7c5f68 from nine years ago removed the 'universal' and 'testing' parameters of do_adjustment() but forgot to update the leading comment. Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- sys-utils/hwclock.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index 9977e0600..7ae7fca11 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -943,11 +943,6 @@ done: * Hardware clock set time is subtracted from read_time to 'refer back', or * delay, the trigger point. Fractional parts must be accounted for in this * way, because the Hardware Clock can only be set to a whole second. - * - * <universal>: the Hardware Clock is kept in UTC. - * - * <testing>: We are running in test mode (no updating of clock). - * */ static void do_adjustment(const struct hwclock_control *ctl, struct adjtime *adjtime_p, -- 2.48.1