X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f734ec7475682eb90323e804cbcfddd7e4523992..debe4e5871c0c3d1c714bbb1bd28ba7147454aa5:/src/mc/mc_safety.hpp diff --git a/src/mc/mc_safety.hpp b/src/mc/mc_safety.hpp index 97c939c009..1e3450e760 100644 --- a/src/mc/mc_safety.hpp +++ b/src/mc/mc_safety.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. */ @@ -18,7 +18,6 @@ enum class ReductionMode { }; extern XBT_PRIVATE simgrid::mc::ReductionMode reduction_mode; - } }