mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
Timer: Remove set_timer completely
This commit is contained in:
committed by
Wolfgang Denk
parent
dcac25a05e
commit
5c8404aff1
@@ -146,8 +146,3 @@ ulong get_timer (ulong base)
|
||||
{
|
||||
return (timestamp - base);
|
||||
}
|
||||
|
||||
void set_timer (ulong t)
|
||||
{
|
||||
timestamp = t;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user