control_allocator: remove unused _task_start

This commit is contained in:
Beat Küng 2020-08-13 08:20:30 +02:00 committed by Daniel Agar
parent 25f3fe8456
commit 066464c4e8

View File

@ -155,7 +155,6 @@ private:
perf_counter_t _loop_perf; /**< loop duration performance counter */
hrt_abstime _task_start{hrt_absolute_time()};
hrt_abstime _last_run{0};
hrt_abstime _timestamp_sample{0};