Skip to content
Commit baf6cf38 authored by Nick Meves's avatar Nick Meves
Browse files

Remove mutex from local Clock instances

They will only be used in tests, but it doesn't play
nice with copy operations many tests use. The linter was
not happy. While the global clock needs mutexes for parallelism,
local Clocks only used it for Set/Add and didn't even use the
mutex for actual time functions.
parent d91c3f86
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment