afmt
This commit is contained in:
parent
e9d9f44605
commit
c80a3752d9
@ -100,9 +100,7 @@ ReturnValue_t Clock::getClock(timeval* time) {
|
||||
#endif
|
||||
}
|
||||
|
||||
ReturnValue_t Clock::getClock_timeval(timeval* time) {
|
||||
return Clock::getClock(time);
|
||||
}
|
||||
ReturnValue_t Clock::getClock_timeval(timeval* time) { return Clock::getClock(time); }
|
||||
|
||||
ReturnValue_t Clock::getClock_usecs(uint64_t* time) {
|
||||
if (time == nullptr) {
|
||||
|
@ -53,9 +53,7 @@ ReturnValue_t Clock::getClock(timeval *time) {
|
||||
return returnvalue::OK;
|
||||
}
|
||||
|
||||
ReturnValue_t Clock::getClock_timeval(timeval* time) {
|
||||
return Clock::getClock(time);
|
||||
}
|
||||
ReturnValue_t Clock::getClock_timeval(timeval* time) { return Clock::getClock(time); }
|
||||
|
||||
ReturnValue_t Clock::getClock_usecs(uint64_t* time) {
|
||||
timeval timeVal{};
|
||||
|
Loading…
Reference in New Issue
Block a user