Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar by removing 2 redundent forward declaration
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 13 Feb 2017 23:05:26 +0000 (00:05 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 13 Feb 2017 23:05:26 +0000 (00:05 +0100)
include/simgrid/s4u/Link.hpp
src/surf/network_interface.hpp

index 8c2a9f4..605c92e 100644 (file)
@@ -21,7 +21,6 @@
 namespace simgrid {
 namespace surf {
 class NetworkAction;
 namespace simgrid {
 namespace surf {
 class NetworkAction;
-class Action;
 };
 namespace s4u {
 /** @brief A Link represents the network facilities between [hosts](\ref simgrid::s4u::Host) */
 };
 namespace s4u {
 /** @brief A Link represents the network facilities between [hosts](\ref simgrid::s4u::Host) */
index 6c1d47d..9d32237 100644 (file)
@@ -25,9 +25,6 @@
 
 namespace simgrid {
   namespace surf {
 
 namespace simgrid {
   namespace surf {
-
-    class NetworkAction;
-
     /*********
      * Model *
      *********/
     /*********
      * Model *
      *********/