X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/50ddfe2f5b5035e0ed9556b334d6977ee81ff83a..c1b3e440de2150420b08c0bc55a125a0c9eb86bc:/src/simix/smx_io_private.hpp diff --git a/src/simix/smx_io_private.hpp b/src/simix/smx_io_private.hpp index 42a4aa8ce4..8cf9f003b2 100644 --- a/src/simix/smx_io_private.hpp +++ b/src/simix/smx_io_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2018. The SimGrid Team. All rights reserved. */ +/* 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. */ @@ -9,9 +9,6 @@ #include #include "simgrid/s4u/Io.hpp" -XBT_PRIVATE simgrid::kernel::activity::IoImplPtr SIMIX_io_start(std::string name, sg_size_t size, sg_storage_t storage, - simgrid::s4u::Io::OpType type); - XBT_PRIVATE void SIMIX_io_finish(smx_activity_t synchro); #endif