global: start relying on timeout_remove(NULL) being a no-op
Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != NULL) { - timeout_remove(&E); - } + timeout_remove(&E);
Showing
Loading
Please register or sign in to comment