From: Victor Julien Date: Thu, 27 Feb 2020 19:27:20 +0000 (+0100) Subject: time: remove unused time structure X-Git-Tag: suricata-5.0.3~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90fa506894233c4a84280aa85602c7c4975bf842;p=thirdparty%2Fsuricata.git time: remove unused time structure (cherry picked from commit c68af5a23e183d4a6aa2aabf833062ecbe8c2447) --- diff --git a/src/util-time.h b/src/util-time.h index 6881b33cb3..48319c805b 100644 --- a/src/util-time.h +++ b/src/util-time.h @@ -24,16 +24,6 @@ #ifndef __UTIL_TIME_H__ #define __UTIL_TIME_H__ -/** - * A timeval with 32 bit fields. - * - * Used by the unified on disk file format. - */ -typedef struct SCTimeval32_ { - uint32_t tv_sec; - uint32_t tv_usec; -} SCTimeval32; - void TimeInit(void); void TimeDeinit(void);