X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d2b209def2b789aaea29be76a19706979943cda..4c6ed919262f2343e7df3284ed184a5fc6a3dbbd:/src/mc/mc_xbt.hpp diff --git a/src/mc/mc_xbt.hpp b/src/mc/mc_xbt.hpp deleted file mode 100644 index 12c6053155..0000000000 --- a/src/mc/mc_xbt.hpp +++ /dev/null @@ -1,26 +0,0 @@ -/* Copyright (c) 2014-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 SIMGRID_MC_XBT_HPP -#define SIMGRID_MC_XBT_HPP - -#include "xbt/dynar.h" - -#include "src/mc/AddressSpace.hpp" -#include "src/mc/remote/RemotePtr.hpp" - -namespace simgrid { -namespace mc { - -XBT_PRIVATE void read_element(AddressSpace const& as, - void* local, RemotePtr addr, std::size_t i, std::size_t len); -XBT_PRIVATE std::size_t read_length( - AddressSpace const& as, RemotePtr addr); - -} -} - -#endif