mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
The implementation of `FormatCache::Entry &FormatCache::GetEntry(ConstString)` is effectively a duplication of `std::map::operator[]`. This change deletes `GetEntry` and replaces its use with `operator[]`.
3.2 KiB
3.2 KiB