File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,6 @@ SOAPY_SDR_API SoapySDRDevice *SoapySDRDevice_makeStrArgs(const char *args);
91
91
/*!
92
92
* Unmake or release a device object handle.
93
93
*
94
- * \note This call is not thread safe. Implementations calling into unmake
95
- * from multiple threads should protect this call with a mutex.
96
- *
97
94
* \param device a pointer to a device object
98
95
* \return 0 for success or error code on failure
99
96
*/
Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ class SOAPY_SDR_API Device
75
75
/* !
76
76
* Unmake or release a device object handle.
77
77
*
78
- * \note This call is not thread safe. Implementations calling into unmake
79
- * from multiple threads should protect this call with a mutex.
80
- *
81
78
* \param device a pointer to a device object
82
79
*/
83
80
static void unmake (Device *device);
You can’t perform that action at this time.
0 commit comments