Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: remove a left-over struct
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Dec 2017 16:59:22 +0000 (17:59 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 19 Dec 2017 16:59:22 +0000 (17:59 +0100)
src/plugins/vm/VirtualMachineImpl.hpp

index 553fffa..fb91bd4 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 {