Home
last modified time | relevance | path

Searched hist:"4 a0b57b0b4cbf7eb848927cf3f493163c3e76142" (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.ydiff 4a0b57b0b4cbf7eb848927cf3f493163c3e76142 Tue Jun 20 23:03:35 CEST 2023 John Baldwin <jhb@FreeBSD.org> fifolog: Trim some dead code and unused variables.

The gmt_ptr and gmt variables are not used, so the call to gmtime can
be removed entirely. In addition, there isn't a need to call
localtime twice.

Reported by: GCC -Wunused-but-set-variable
Reviewed by: phk, emaste
Differential Revision: https://reviews.freebsd.org/D40656