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 8c2a9f4def61558d26d2cf181c09bfec306cc4a5..605c92e8301159aa155c91d3704451d0735b6355 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 6c1d47d7fafb45813c890549bfd99b501c23e734..9d3223775b50d70bacd6900d5ba8bbf249b641d7 100644 (file)
@@ -25,9 +25,6 @@
 
 namespace simgrid {
   namespace surf {
 
 namespace simgrid {
   namespace surf {
-
-    class NetworkAction;
-
     /*********
      * Model *
      *********/
     /*********
      * Model *
      *********/