]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/IoImpl.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Camel_case a forgotten function
[simgrid.git] / src / kernel / activity / IoImpl.hpp
index 707372e5ea13f81546a99fc5e19a27c07149c63d..e1ed124f572225fece2b3e5df6bd99b892d5e7c5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2021. 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. */
@@ -36,9 +36,6 @@ public:
   IoImpl* start();
   void post() override;
   void finish() override;
-
-  static xbt::signal<void(IoImpl const&)> on_start;
-  static xbt::signal<void(IoImpl const&)> on_completion;
 };
 } // namespace activity
 } // namespace kernel