]> Kevux Git Server - fll/commitdiff
Cleanup: Remove out of place documentation comment.
authorKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 06:05:06 +0000 (00:05 -0600)
committerKevin Day <kevin@kevux.org>
Fri, 23 Feb 2024 06:05:06 +0000 (00:05 -0600)
level_0/f_thread/c/thread.h

index 03f7f84984b1e7267db9f2ea9eaa6d8df957d374..76ba150bfe914098d1d1e3bfe868ae3285dc49ff 100644 (file)
@@ -2254,8 +2254,6 @@ extern "C" {
  *
  *   F_failure (with error bit) on any other error.
  *
- * A named semaphore should be deleted with this function or with f_thread_semephore_file_destroy().
- *
  * @see sem_close()
  */
 #ifndef _di_f_thread_semaphore_file_close_