Просмотр исходного кода

core: core_timing: Remove unused IsHostTiming.

bunnei 3 лет назад
Родитель
Сommit
11f85ea713
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      src/core/core_timing.h

+ 0 - 5
src/core/core_timing.h

@@ -69,11 +69,6 @@ public:
         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.
     void Pause(bool is_paused);