mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Simplify basic_seconds_clock:
* Remove unneeded vector of workers and associated mutex * Remove unneeded generic worker * Remove unneeded Clock template parameter
This commit is contained in:
committed by
manojsdoshi
parent
c0a0b79d2d
commit
06bd16c928
@@ -19,6 +19,7 @@ endif ()
|
||||
TODO: review these sources for removal or replacement
|
||||
#]===============================]
|
||||
target_sources (xrpl_core PRIVATE
|
||||
src/ripple/beast/clock/basic_seconds_clock.cpp
|
||||
src/ripple/beast/core/CurrentThreadName.cpp
|
||||
src/ripple/beast/core/SemanticVersion.cpp
|
||||
src/ripple/beast/hash/impl/xxhash.cpp
|
||||
|
||||
Reference in New Issue
Block a user