Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: remove a left-over struct
[simgrid.git] / src / plugins / vm / VirtualMachineImpl.hpp
index 553fffa8e86c4b4d4acbfbd1bd1093844bf9b517..fb91bd40f48c6f9020a6063812c60b6898aa3c57 100644 (file)
@@ -16,8 +16,6 @@
 #define GUESTOS_NOISE 100 // This value corresponds to the cost of the global action associated to the VM
                           // It corresponds to the cost of a VM running no tasks.
 
-typedef struct s_dirty_page* dirty_page_t;
-
 namespace simgrid {
 namespace vm {