From: Arnaud Giersch Date: Thu, 19 Oct 2017 21:30:05 +0000 (+0200) Subject: Remove redundant access specifier. X-Git-Tag: v3.18~399^2~15 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d426ea0d62bcfe4e7d92f5ff6cb5d66bdc0e567d?hp=534f014f5cdaaa847489cfdb9325849cfdeeedfe Remove redundant access specifier. --- diff --git a/src/plugins/vm/VirtualMachineImpl.hpp b/src/plugins/vm/VirtualMachineImpl.hpp index 467b3cc3d8..026071ea97 100644 --- a/src/plugins/vm/VirtualMachineImpl.hpp +++ b/src/plugins/vm/VirtualMachineImpl.hpp @@ -93,7 +93,6 @@ public: int dp_enabled = 0; double dp_updated_by_deleted_tasks = 0; -public: e_surf_vm_state_t getState(); void setState(e_surf_vm_state_t state); static std::deque allVms_;