Remove unused ticketholder.h header

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • legacy-0.8.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The file is unused in the current head of the legacy branch.

      I identified it as unused with the following script:

      for _Header in $(find src/mongo -type f -name "*.h" | xargs basename) ; do echo $_Header $(grep -rc $_Header src/mongo | awk -F: '{ sum+=$2} END {print sum}') ; done | sort -n -k2
      

              Assignee:
              Tyler Brock (Inactive)
              Reporter:
              Andrew Morrow (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: