simulator: removed leftover (wrong) comment

This commit is contained in:
Julian Oes 2018-10-15 15:06:51 +02:00
parent 09595a1de9
commit a7e93bc2da
1 changed files with 0 additions and 1 deletions

View File

@ -655,7 +655,6 @@ void Simulator::pollForMAVLinkMessages(bool publish, int udp_port)
struct sched_param param;
(void)pthread_attr_getschedparam(&sender_thread_attr, &param);
/* low priority */
param.sched_priority = SCHED_PRIORITY_DEFAULT + 40;
(void)pthread_attr_setschedparam(&sender_thread_attr, &param);