From b3f3c5141c2232d6c08dd6b6e11a4f0b38de8137 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 12 Feb 2018 22:03:20 +0100 Subject: [PATCH] HostAction was killed a long time ago. --- src/surf/HostImpl.hpp | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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 * *********/ -- 2.20.1