From 8462bd6d5cd0017997f39bf1dbfe46ba7e535e35 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 24 Jul 2020 10:58:46 -0700 Subject: [PATCH] =?utf8?q?timespec:=20remove=20dependence=20on=20=E2=80=98?= =?utf8?q?verify=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * lib/timespec.h: Do not include verify.h; no longer needed. * modules/timespec (Depends-on): Remove ‘verify’. --- ChangeLog | 4 ++++ lib/timespec.h | 1 - modules/timespec | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b922dca639..1f46cca662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-07-24 Paul Eggert + timespec: remove dependence on ‘verify’ + * lib/timespec.h: Do not include verify.h; no longer needed. + * modules/timespec (Depends-on): Remove ‘verify’. + Optimize a few more three-valued comparisons * lib/timespec.h (timespec_cmp, timespec_sign): * lib/utimecmp.c (utimecmpat): diff --git a/lib/timespec.h b/lib/timespec.h index f88f1e47aa..dc999f944b 100644 --- a/lib/timespec.h +++ b/lib/timespec.h @@ -34,7 +34,6 @@ extern "C" { #endif #include "arg-nonnull.h" -#include "verify.h" /* Inverse resolution of timespec timestamps (in units per second), and log base 10 of the inverse resolution. */ diff --git a/modules/timespec b/modules/timespec index 956cfea225..6fac24c022 100644 --- a/modules/timespec +++ b/modules/timespec @@ -10,7 +10,6 @@ Depends-on: extern-inline snippet/arg-nonnull time -verify configure.ac: gl_TIMESPEC -- 2.39.5