commit | cbe3ab986bdd5301dd4cbfd50e316a063d17d7b8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jun 14 18:47:09 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jul 12 20:30:48 2021 +0200 |
tree | 9b8cc667d2781c8bfcd6790be2b997a4a6f05da5 | |
parent | 13c11c665320beff22ea94674da42719b6281501 [diff] |
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>