mirror of
https://github.com/go-delve/delve.git
synced 2026-01-22 00:41:24 +01: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).