Ignore:
Timestamp:
2010-02-26T14:07:36Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
91001e2, aa85487
Parents:
e0b0c25
Message:

remove unused variables and operations (as suggested by Clang static analyzer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/udebug/udebug_ops.c

    re0b0c25 r137691a  
    8080static int _thread_op_begin(thread_t *t, bool being_go)
    8181{
    82         task_id_t taskid;
    8382        ipl_t ipl;
    84 
    85         taskid = TASK->taskid;
    8683
    8784        mutex_lock(&TASK->udebug.lock);
Note: See TracChangeset for help on using the changeset viewer.