Merge pull request #6192 from lioncash/discard
k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()
This commit is contained in:
commit
8e7734bf40
|
@ -402,7 +402,7 @@ public:
|
||||||
return wait_cancelled;
|
return wait_cancelled;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] void ClearWaitCancelled() {
|
void ClearWaitCancelled() {
|
||||||
wait_cancelled = false;
|
wait_cancelled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue