-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: 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