Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Doc] Updated deployment description file.
[simgrid.git] / src / surf / vm_interface.cpp
index a76652d..b50057f 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (c) 2013-2015. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2015. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -23,8 +24,6 @@ surf_callback(void, VM*) VMStateChangedCallbacks;
  * Model *
  *********/
 
-VMModel::VMModel() : HostModel("Virtual Machine") {}
-
 VMModel::vm_list_t VMModel::ws_vms;
 
 /************