Dave Lee 9ff83f12fe
[lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)
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[]`.
2024-02-04 11:47:24 -08:00
..
2024-02-01 15:26:26 -08:00