From ec19c7fa602511e301668971cadf503df8ce8707 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 14 Feb 2017 00:05:26 +0100 Subject: [PATCH] please sonar by removing 2 redundent forward declaration --- include/simgrid/s4u/Link.hpp | 1 - src/surf/network_interface.hpp | 3 --- 2 files changed, 4 deletions(-) diff --git a/include/simgrid/s4u/Link.hpp b/include/simgrid/s4u/Link.hpp index 8c2a9f4def..605c92e830 100644 --- a/include/simgrid/s4u/Link.hpp +++ b/include/simgrid/s4u/Link.hpp @@ -21,7 +21,6 @@ namespace simgrid { namespace surf { class NetworkAction; -class Action; }; namespace s4u { /** @brief A Link represents the network facilities between [hosts](\ref simgrid::s4u::Host) */ diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 6c1d47d7fa..9d3223775b 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -25,9 +25,6 @@ namespace simgrid { namespace surf { - - class NetworkAction; - /********* * Model * *********/ -- 2.20.1