Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-146

Remove unused ticketholder.h header

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

      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@10gen.com Tyler Brock
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: