AP_HAL_Linux: Scheduler: remove unused _in_io_proc

This commit is contained in:
Lucas De Marchi 2016-02-03 03:24:38 -02:00
parent fbb3bb2fd0
commit 7debd14683

View File

@ -84,7 +84,6 @@ private:
AP_HAL::MemberProc _io_proc[LINUX_SCHEDULER_MAX_IO_PROCS];
uint8_t _num_io_procs;
volatile bool _in_io_proc;
SchedulerThread _timer_thread{FUNCTOR_BIND_MEMBER(&Scheduler::_timer_task, void), *this};
SchedulerThread _io_thread{FUNCTOR_BIND_MEMBER(&Scheduler::_io_task, void), *this};