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

Remove unused ticketholder.h header

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • legacy-0.8.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            tyler@10gen.com Tyler Brock
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: