Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Anonymize unused parameters.
[simgrid.git] / src / s4u / s4u_Io.cpp
index 41a4cb3..0e7f6ee 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2018-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. */
@@ -38,7 +38,7 @@ Io* Io::wait()
   return this;
 }
 
-Io* Io::wait_for(double timeout)
+Io* Io::wait_for(double)
 {
   THROW_UNIMPLEMENTED;
   return this;