Commit 6a8d8aa
committed
Remove attribute((unused) from sched_dequeue_task()
The function will be invoked in subsequent commits, so the
__attribute__((unused)) annotation is no longer appropriate.
Removing it cleans up the declaration and avoids misleading
annotations. No functional change.1 parent 2957225 commit 6a8d8aa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
0 commit comments