From: Martin Quinson Date: Tue, 19 Dec 2017 16:59:22 +0000 (+0100) Subject: sonar: remove a left-over struct X-Git-Tag: v3.18~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fd9e46526299bdd90bdecb484e6fee554e6a5990?ds=sidebyside sonar: remove a left-over struct --- diff --git a/src/plugins/vm/VirtualMachineImpl.hpp b/src/plugins/vm/VirtualMachineImpl.hpp index 553fffa8e8..fb91bd40f4 100644 --- a/src/plugins/vm/VirtualMachineImpl.hpp +++ b/src/plugins/vm/VirtualMachineImpl.hpp @@ -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 {