Skip to content
Snippets Groups Projects
Commit 1fffd731 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

print_load_posix under DARWIN: remove unused variable basic_info (#5364)

parent 79678c5f
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,6 @@ void print_load(uint64_t t, int fd, struct print_load_s *print_state)
return;
}
task_basic_info_t basic_info;
thread_array_t thread_list;
mach_msg_type_number_t th_cnt;
......@@ -124,8 +123,6 @@ void print_load(uint64_t t, int fd, struct print_load_s *print_state)
thread_basic_info_t basic_info_th;
uint32_t stat_thread = 0;
basic_info = (task_basic_info_t)tinfo;
// get all threads of the PX4 main task
kr = task_threads(task_handle, &thread_list, &th_cnt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment