]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/CpuImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removed unused variable
[simgrid.git] / src / kernel / resource / CpuImpl.hpp
index a7f094c2633c4f736474a93723acbc2c8fc041b4..aff4172d8acc9312dbff22466c7a5c194bdbb77e 100644 (file)
@@ -77,6 +77,8 @@ public:
   CpuImpl* set_core_count(int core_count);
   virtual int get_core_count() const { return core_count_; }
 
+  bool is_used() const override { return true; }
+
   void seal() override;
 
   /** @brief Get a forecast of the speed (in flops/s) if the load were as provided.