mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 10:18:59 +00:00
LibCore: Remove deprecated ElapsedTimer::elapsed()
This follows FIXME in the code.
This commit is contained in:
parent
69367194a6
commit
442629064b
Notes:
github-actions[bot]
2024-11-23 18:21:48 +00:00
Author: https://github.com/shlyakpavel
Commit: 442629064b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2528
3 changed files with 3 additions and 9 deletions
|
@ -31,12 +31,6 @@ public:
|
|||
i64 elapsed_milliseconds() const;
|
||||
AK::Duration elapsed_time() const;
|
||||
|
||||
// FIXME: Move callers to elapsed_milliseconds(), remove this.
|
||||
i64 elapsed() const // milliseconds
|
||||
{
|
||||
return elapsed_milliseconds();
|
||||
}
|
||||
|
||||
MonotonicTime const& origin_time() const { return m_origin_time; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue