From: Victor Julien Date: Mon, 11 Nov 2019 15:52:47 +0000 (+0100) Subject: threading: remove unused threadvars field X-Git-Tag: suricata-6.0.0-beta1~798 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0295995156f35abf2e7308278970ca1cfebeda1;p=thirdparty%2Fsuricata.git threading: remove unused threadvars field --- diff --git a/src/threadvars.h b/src/threadvars.h index 9a9d36ee24..355aab831b 100644 --- a/src/threadvars.h +++ b/src/threadvars.h @@ -101,7 +101,6 @@ typedef struct ThreadVars_ { uint8_t type; uint16_t cpu_affinity; /** cpu or core number to set affinity to */ - uint16_t rank; int thread_priority; /** priority (real time) for this thread. Look at threads.h */ /* counters */