From: Martin Quinson Date: Mon, 13 Feb 2017 23:05:26 +0000 (+0100) Subject: please sonar by removing 2 redundent forward declaration X-Git-Tag: v3_15~402 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ec19c7fa602511e301668971cadf503df8ce8707 please sonar by removing 2 redundent forward declaration --- 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 * *********/