mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Now that this is known to be an unused value, remove it from the API. Note that this caught a few spots where we were passing values (a non-NULL wait_q with a NULL thread handle) that were always being ignored before. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>