|
Bugzilla – Full Text Bug Listing |
| Summary: | various dead assignments on example queue-disc-benchmark | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | traffic-control | Assignee: | Stefano Avallone <stavallo> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | patch | ||
Fixed with changeset 12547:7e3598ea83b3, thanks! |
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.