Commit 2717d8b
committed
zephyr: sync: Remove unsafe block from unlock
Now that `sys::Mutex::unlock` has lost its `unsafe`, we don't need an
unsafe block for it.
Signed-off-by: David Brown <[email protected]>1 parent 2413a53 commit 2717d8b
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
| 191 | + | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
| |||
0 commit comments