core: core_timing: Remove unused IsHostTiming.
This commit is contained in:
parent
829e82e264
commit
11f85ea713
|
@ -69,11 +69,6 @@ public:
|
||||||
is_multicore = is_multicore_;
|
is_multicore = is_multicore_;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Check if it's using host timing.
|
|
||||||
bool IsHostTiming() const {
|
|
||||||
return is_multicore;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Pauses/Unpauses the execution of the timer thread.
|
/// Pauses/Unpauses the execution of the timer thread.
|
||||||
void Pause(bool is_paused);
|
void Pause(bool is_paused);
|
||||||
|
|
||||||
|
|
Reference in New Issue