-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
2
-
StorEng - Defined Pipeline
Unused value
An assigned value that is never used may represent unnecessary computation, an incorrect algorithm, or possibly the need for cleanup or refactoring. A value assigned to a variable is never used.
/src/tiered/tiered_handle.c:334: UNUSED_VALUE 124078 Assigning value from "tiered->tiers[0].name" to "orig_name" here, but that stored value is not used.
- duplicates
-
WT-9683 Coverity analysis defect 124895: Parse warning
- Closed