From 066464c4e8be4d5fed23afc84def2fa40d5cd3bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Thu, 13 Aug 2020 08:20:30 +0200 Subject: [PATCH] control_allocator: remove unused _task_start --- src/modules/control_allocator/ControlAllocator.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/control_allocator/ControlAllocator.hpp b/src/modules/control_allocator/ControlAllocator.hpp index 4d5b1739a8..13a5894a36 100644 --- a/src/modules/control_allocator/ControlAllocator.hpp +++ b/src/modules/control_allocator/ControlAllocator.hpp @@ -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};