From dd10ac8bc79430b1b6795c8b67bd013ae4fc0d79 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 21 Sep 2018 13:00:19 -0700 Subject: [PATCH] Don't need NANOS_PER_SECOND anymore. --- libgnucash/engine/gnc-date-p.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libgnucash/engine/gnc-date-p.h b/libgnucash/engine/gnc-date-p.h index 0a09d374e6..94f3639ad1 100644 --- a/libgnucash/engine/gnc-date-p.h +++ b/libgnucash/engine/gnc-date-p.h @@ -31,8 +31,6 @@ extern "C" #include #include "gnc-date.h" -#define NANOS_PER_SECOND INT32_C(1000000000) - /** Convert a given date/time format from UTF-8 to an encoding suitable for the * strftime system call. *