X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85..b8df87e176f27b25534f27d7e240defa32ca35bc:/examples/java/hostload/LoadRunner.java diff --git a/examples/java/hostload/LoadRunner.java b/examples/java/hostload/LoadRunner.java index b382353d06..4d1e8d007e 100644 --- a/examples/java/hostload/LoadRunner.java +++ b/examples/java/hostload/LoadRunner.java @@ -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);