52f1b88749800aea2199ac3727231f5caec28981
These were not thread safe, and could not be: to be useful, a thread looking up a time conversion could cache the result, but it would be using the global (shared) copy of the map (because lookup is read-only, and so no write-copy is required). But inserting into the lookup table wasn't lock protected (and shouldn't be because otherwise that defeats the point of RCU). So just drop it.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%