Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove redundant access specifier.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 19 Oct 2017 21:30:05 +0000 (23:30 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 20 Oct 2017 17:21:22 +0000 (19:21 +0200)
src/plugins/vm/VirtualMachineImpl.hpp

index 467b3cc..026071e 100644 (file)
@@ -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<s4u::VirtualMachine*> allVms_;