diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 13:48:13 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-09-02 18:18:35 +0200 |
commit | 5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c (patch) | |
tree | febebefb25bf8b6764a8fba36f1e422ab6cfee06 /src/eom-util.c | |
parent | b7350733555def60354b30c40be650c5474647b6 (diff) | |
download | eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.bz2 eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.xz |
Remove unused macros
Diffstat (limited to 'src/eom-util.c')
-rw-r--r-- | src/eom-util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eom-util.c b/src/eom-util.c index 33bbe1a..324b7f3 100644 --- a/src/eom-util.c +++ b/src/eom-util.c @@ -27,9 +27,6 @@ #endif #include <sys/time.h> -#ifdef HAVE_STRPTIME -#define _XOPEN_SOURCE -#endif /* HAVE_STRPTIME */ #include <time.h> |