mirror of
https://github.com/go-delve/delve.git
synced 2026-05-05 20:26:14 +02:00
We only use the lru cache in contexts that are non-thread reentrant, regardless. The mutex is superfluous (it was originally introduced by a dependency update, originally the code used simplelru which did not have a mutex).