1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/trickle: remove redundant pid assignment

This commit is contained in:
Hauke Petersen 2020-02-21 13:26:24 +01:00
parent b0df1c57ce
commit 8cb56fba2d

View File

@ -71,8 +71,6 @@ void trickle_start(kernel_pid_t pid, trickle_t *trickle, uint16_t msg_type,
assert(Imin > 0);
assert((Imin << Imax) < (UINT32_MAX / 2));
trickle->pid = pid;
trickle->c = 0;
trickle->k = k;
trickle->Imin = Imin;