lib: remove superfluous #ifdefs from date.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 14 Jun 2021 16:47:09 +0000 (18:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Jul 2021 18:30:48 +0000 (20:30 +0200)
commitcbe3ab986bdd5301dd4cbfd50e316a063d17d7b8
tree9b8cc667d2781c8bfcd6790be2b997a4a6f05da5
parent13c11c665320beff22ea94674da42719b6281501
lib: remove superfluous #ifdefs from date.c

We should avoid #ifdef in C modules. Unused functions are eliminated by the
linker.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/date.c