Don't need NANOS_PER_SECOND anymore.

This commit is contained in:
John Ralls 2018-09-21 13:00:19 -07:00
parent 80a4591736
commit dd10ac8bc7

View File

@ -31,8 +31,6 @@ extern "C"
#include <stdint.h>
#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.
*