Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and remove unused types
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 29 Jun 2018 12:24:54 +0000 (14:24 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 29 Jun 2018 12:24:54 +0000 (14:24 +0200)
doc/doxygen/uhood_switch.doc
include/simgrid/forward.h

index 7247341..b3bd850 100644 (file)
@@ -629,7 +629,6 @@ which can be exposed using the same API as `std::condition_variable`:
 @code{cpp}
 class ConditionVariable {
 private:
 @code{cpp}
 class ConditionVariable {
 private:
-  friend s_smx_cond_t;
   smx_cond_t cond_;
   ConditionVariable(smx_cond_t cond) : cond_(cond) {}
 public:
   smx_cond_t cond_;
   ConditionVariable(smx_cond_t cond) : cond_(cond) {}
 public:
index 4ce7e57..180b156 100644 (file)
@@ -157,10 +157,6 @@ typedef struct kernel_Activity* smx_activity_t;
 
 typedef struct s_smx_context* smx_context_t;
 typedef struct s_smx_actor* smx_actor_t;
 
 typedef struct s_smx_context* smx_context_t;
 typedef struct s_smx_actor* smx_actor_t;
-typedef struct s_smx_cond_t* smx_cond_t;
-typedef struct s_smx_mutex* smx_mutex_t;
-typedef struct s_smx_mailbox* smx_mailbox_t;
-typedef struct s_surf_storage* surf_storage_t;
 
 #endif
 
 
 #endif