From 83091276959030bb6b031127944400cdc71d214c Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Fri, 29 Jun 2018 14:24:54 +0200 Subject: [PATCH] please sonar and remove unused types --- doc/doxygen/uhood_switch.doc | 1 - include/simgrid/forward.h | 4 ---- 2 files changed, 5 deletions(-) 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 -- 2.20.1