From: Arnaud Giersch Date: Mon, 12 Feb 2018 21:03:20 +0000 (+0100) Subject: HostAction was killed a long time ago. X-Git-Tag: v3.19~241 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b3f3c5141c2232d6c08dd6b6e11a4f0b38de8137 HostAction was killed a long time ago. --- diff --git a/src/surf/HostImpl.hpp b/src/surf/HostImpl.hpp index 488962d320..7ef46c8d1d 100644 --- a/src/surf/HostImpl.hpp +++ b/src/surf/HostImpl.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2018. 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. */ @@ -14,16 +14,6 @@ #ifndef SURF_HOST_INTERFACE_HPP_ #define SURF_HOST_INTERFACE_HPP_ -/*********** - * Classes * - ***********/ - -namespace simgrid { -namespace surf { -class XBT_PRIVATE HostAction; -} -} - /********* * Tools * *********/