]> AND Public Git Repository - simgrid.git/blobdiff - src/s4u/s4u_Exec.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: kill unused imports in java
[simgrid.git] / src / s4u / s4u_Exec.cpp
index 884433ac642f3294ebfa9c646889f7df6a3c2f7d..60ba49aced8ddf143c34f27c6a25c3b388786947 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-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. */
@@ -40,7 +40,7 @@ Exec* Exec::wait()
   return this;
 }
 
-Exec* Exec::wait_for(double timeout)
+Exec* Exec::wait_for(double)
 {
   THROW_UNIMPLEMENTED;
   return this;