Changeset 137691a in mainline for kernel/generic/src/proc/thread.c


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/proc/thread.c

    re0b0c25 r137691a  
    264264
    265265        atomic_inc(&nrdy);
     266        // FIXME: Why is the avg value never read?
    266267        avg = atomic_get(&nrdy) / config.cpu_active;
    267268        atomic_inc(&cpu->nrdy);
Note: See TracChangeset for help on using the changeset viewer.