diff options
Diffstat (limited to 'lib/utils.c')
-rw-r--r-- | lib/utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/utils.c b/lib/utils.c index 2a0635e0..d04f5467 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -1198,11 +1198,7 @@ char *kr_pkt_text(const knot_pkt_t *pkt) const knot_dump_style_t KR_DUMP_STYLE_DEFAULT = { /* almost all = false, */ .show_ttl = true, -#if KNOT_VERSION_HEX >= 0x030200 .human_timestamp = true, -#else - .human_tmstamp = true, -#endif }; char *kr_rrset_text(const knot_rrset_t *rr) |