code-base-investigator
code-base-investigator copied to clipboard
Remove functionality to merge duplicates
We previously disabled this functionally by setting merge_duplicates=False, but stopped short of removing the code.
Related issues
Arguably part of #36 -- all the code removed by this PR was previously unreachable and untested.
Proposed changes
- Remove
merge_duplicatesbecause it's alwaysFalse. - Remove
_map_filename()because it does nothing whenmerge_duplicates=False. - Remove
FileInfoandcompute_file_hashbecause they were only used by_map_filename.