Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clean code and remove foreach and set
[simgrid.git] / src / surf / surf_private.h
index ce5f31e..002c56b 100644 (file)
@@ -98,10 +98,6 @@ typedef struct {
  * Routing logic
  */
 
-////////////////////////////////////////////////////////////////////////////////
-// HERE START THE NEW STRUCTURES
-////////////////////////////////////////////////////////////////////////////////
-
 typedef enum {
   SURF_NETWORK_ELEMENT_NULL = 0,   /* NULL */
   SURF_NETWORK_ELEMENT_HOST,       /* host type */
@@ -184,10 +180,6 @@ struct s_routing_global {
 
 XBT_PUBLIC(void) routing_model_create(size_t size_of_link,void *loopback);
 
-////////////////////////////////////////////////////////////////////////////////
-// HERE END THE NEW STRUCTURES
-////////////////////////////////////////////////////////////////////////////////
-
 /*
  * Resource protected methods
  */