0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 20:58:51 +02:00

ircd::db::env: Use our own impl of NowMicros().

This commit is contained in:
Jason Volk 2019-07-17 19:11:54 -07:00
parent ad1940d614
commit d4438bbb22

View file

@ -716,18 +716,9 @@ catch(const std::exception &e)
uint64_t
ircd::db::database::env::NowMicros()
noexcept try
noexcept
{
return defaults.NowMicros();
}
catch(const std::exception &e)
{
throw panic
{
"'%s': now micros :%s",
d.name,
e.what()
};
return ircd::time<microseconds>();
}
uint64_t