Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12420

Remove unused variable in __wt_btree_open()

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 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.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            keith.smith@mongodb.com Keith Smith
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: