From: Kevin Day Date: Fri, 23 Feb 2024 06:04:49 +0000 (-0600) Subject: Cleanup: Remove out of place documentation comment. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=420e7849946c5a0309055f7367589b2701e54a51;p=fll Cleanup: Remove out of place documentation comment. --- diff --git a/level_0/f_thread/c/thread.h b/level_0/f_thread/c/thread.h index dec9e6e..e033f03 100644 --- a/level_0/f_thread/c/thread.h +++ b/level_0/f_thread/c/thread.h @@ -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_