X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ae9ed663c9bf5f3fd71309249a91fbdad810dea..46f56109cc64b4b1618f7bbdc2762d0c8b9f5100:/include/simgrid/s4u/Mutex.hpp diff --git a/include/simgrid/s4u/Mutex.hpp b/include/simgrid/s4u/Mutex.hpp index 4c8b9207fa..5ad1bbe6c9 100644 --- a/include/simgrid/s4u/Mutex.hpp +++ b/include/simgrid/s4u/Mutex.hpp @@ -51,9 +51,11 @@ public: void unlock(); bool try_lock(); +#ifndef DOXYGEN // deprecated /** @deprecated Mutex::create() */ XBT_ATTRIB_DEPRECATED_v323("Please use Mutex::create()") static MutexPtr createMutex() { return create(); } +#endif }; }} // namespace simgrid::s4u