Bug 2557 - various dead assignments on example queue-disc-benchmark
various dead assignments on example queue-disc-benchmark
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: traffic-control
pre-release
PC Linux
: P5 enhancement
Assigned To: Stefano Avallone
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-11-16 09:00 UTC by natale.patriciello
Modified: 2017-01-20 11:22 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.58 KB, patch)
2016-11-16 09:00 UTC, natale.patriciello
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description natale.patriciello 2016-11-16 09:00:03 UTC
Created attachment 2677 [details]
patch

Various assignment are found by the static analyzer to be unused. The patch simply add a "NS_UNUSED" each time the assignment is done but not used.
Comment 1 Stefano Avallone 2017-01-20 11:22:55 UTC
Fixed with changeset 12547:7e3598ea83b3, thanks!