From fd9e46526299bdd90bdecb484e6fee554e6a5990 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 19 Dec 2017 17:59:22 +0100 Subject: [PATCH] sonar: remove a left-over struct --- src/plugins/vm/VirtualMachineImpl.hpp | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.20.1