diff --git a/lib/event/reactor.c b/lib/event/reactor.c index e93b9c904..ebaf0ec55 100644 --- a/lib/event/reactor.c +++ b/lib/event/reactor.c @@ -72,9 +72,6 @@ struct spdk_reactor { /* Lightweight threads running on this reactor */ TAILQ_HEAD(, spdk_lw_thread) threads; - /* Poller for get the rusage for the reactor. */ - struct spdk_poller *rusage_poller; - /* The last known rusage values */ struct rusage rusage;