diff options
| author | Harvey Harrison <[email protected]> | 2009-01-06 14:40:49 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-01-06 15:59:11 -0800 |
| commit | 40bc1f2dbc29ab88176a650e51f2246526105093 (patch) | |
| tree | 0c9fd0f1a3430118214b06acfdb61bb80bb4fa7d /tools/perf/scripts/python | |
| parent | 60348802e9cb137ee86590c3e4c57c1ec2e8fc69 (diff) | |
lib: fix sparse shadowed variable warning
pos is always set before being used, no need to declare a
second one inside the if() block.
lib/prio_heap.c:34:7: warning: symbol 'pos' shadows an earlier one
lib/prio_heap.c:30:6: originally declared here
Signed-off-by: Harvey Harrison <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions