]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
threading: remove unused threadvars field
authorVictor Julien <victor@inliniac.net>
Mon, 11 Nov 2019 15:52:47 +0000 (16:52 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 7 Feb 2020 14:43:10 +0000 (15:43 +0100)
src/threadvars.h

index 9a9d36ee24bdb0d677706f223a9dc0ae3f751cb3..355aab831b0ffcbc3da99202bb41f4bbc9b941de 100644 (file)
@@ -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 */