X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12ab87e38dd389503c6b2738b8d3d085558354eb..f1b22d20918d4ccd703690a19e476429cfa124f3:/src/surf/vm_interface.cpp diff --git a/src/surf/vm_interface.cpp b/src/surf/vm_interface.cpp index a76652d355..b50057f507 100644 --- a/src/surf/vm_interface.cpp +++ b/src/surf/vm_interface.cpp @@ -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; /************