Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_io_finish becomes IoImp::finish
[simgrid.git] / src / simix / smx_io_private.hpp
diff --git a/src/simix/smx_io_private.hpp b/src/simix/smx_io_private.hpp
deleted file mode 100644 (file)
index 8cf9f00..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright (c) 2007-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. */
-
-#ifndef SIMIX_IO_PRIVATE_HPP
-#define SIMIX_IO_PRIVATE_HPP
-
-#include <xbt/base.h>
-#include "simgrid/s4u/Io.hpp"
-
-XBT_PRIVATE void SIMIX_io_finish(smx_activity_t synchro);
-
-#endif