Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / examples / java / hostload / LoadRunner.java
index b382353..4d1e8d0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2016-2019. 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. */
@@ -22,7 +22,6 @@ public class LoadRunner extends Process {
     }
     @Override
     public void main(String[] strings) throws MsgException {
-        Host host = getHost();
         display();
         Msg.info("Sleep for 10 seconds");
         waitFor(10);