X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f734ec7475682eb90323e804cbcfddd7e4523992..2558c8c0eb206ff353cb88672f5a90cd0e2562d3:/src/mc/mc_request.hpp diff --git a/src/mc/mc_request.hpp b/src/mc/mc_request.hpp index 23c39c8ef1..ac850fe688 100644 --- a/src/mc/mc_request.hpp +++ b/src/mc/mc_request.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2017. 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. */ @@ -24,7 +24,6 @@ XBT_PRIVATE std::string request_to_string(smx_simcall_t req, int value, simgrid: XBT_PRIVATE bool request_is_enabled_by_idx(smx_simcall_t req, unsigned int idx); XBT_PRIVATE std::string request_get_dot_output(smx_simcall_t req, int value); - } }