Remove unused variable in __wt_btree_open()

XMLWordPrintableJSON

    • Type: Technical Debt
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Btree
    • Storage Engines, Storage Engines - Transactions
    • SE Transactions - 2025-05-23
    • 1

      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.

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: