From c0295995156f35abf2e7308278970ca1cfebeda1 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 11 Nov 2019 16:52:47 +0100 Subject: [PATCH] threading: remove unused threadvars field --- src/threadvars.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.47.2