Surpress unused rtcb variable
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
This commit is contained in:
parent
19afc57eef
commit
4c24d91b4a
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ void up_initial_state(struct tcb_s *tcb)
|
|||
/* set page table to share space with current process */
|
||||
|
||||
rtcb = this_task();
|
||||
UNUSED(rtcb);
|
||||
|
||||
/* Save the initial stack pointer... the value of the stackpointer before
|
||||
* the "interrupt occurs."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue