A few cleanup followups to recently merged #25102 (and #24595).
Edit: dropped commit Update GetTime() doxygen doc for removed GetTimeSeconds() as it would be fixed in #25101.
A few cleanup followups to recently merged #25102 (and #24595).
Edit: dropped commit Update GetTime() doxygen doc for removed GetTimeSeconds() as it would be fixed in #25101.
47 | @@ -48,7 +48,7 @@ inline double CountSecondsDouble(SecondsDouble t) { return t.count(); } 48 | 49 | /** 50 | * DEPRECATED 51 | - * Use either GetTimeSeconds (not mockable) or GetTime<T> (mockable) 52 | + * Use GetTime<T> (mockable)
Dropped that commit.
Closing, as the fix is already handled in another open pull. Leaving the remaining small fixes as up for grabs.