-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Btree
-
Storage Engines
-
StorEng - Defined Pipeline
The function __wt_btree_open() includes a variable, creation, which is never used in the function. It is initialized to zero, and there are a pair of conditions that check its value, but since the function never changes that value, the variable is unnecessary and should be removed.