From: Frederic Suter Date: Fri, 29 Jun 2018 12:24:54 +0000 (+0200) Subject: please sonar and remove unused types X-Git-Tag: v3_21~599 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/83091276959030bb6b031127944400cdc71d214c?hp=2920f7e93ef03e396c8ba33de4ab2519772af7a5 please sonar and remove unused types --- diff --git a/doc/doxygen/uhood_switch.doc b/doc/doxygen/uhood_switch.doc index 7247341ac1..b3bd850d6c 100644 --- a/doc/doxygen/uhood_switch.doc +++ b/doc/doxygen/uhood_switch.doc @@ -629,7 +629,6 @@ which can be exposed using the same API as `std::condition_variable`: @code{cpp} class ConditionVariable { private: - friend s_smx_cond_t; smx_cond_t cond_; ConditionVariable(smx_cond_t cond) : cond_(cond) {} public: diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 4ce7e57926..180b156aab 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -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_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