From: Victor Julien Date: Thu, 27 Feb 2020 19:27:20 +0000 (+0100) Subject: time: remove unused time structure X-Git-Tag: suricata-6.0.0-beta1~690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b1855c3bd3a243dad590a5fa3e1139d0a90e5b5;p=thirdparty%2Fsuricata.git time: remove unused time structure --- 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);