From: Kevin Day Date: Fri, 23 Feb 2024 06:05:06 +0000 (-0600) Subject: Cleanup: Remove out of place documentation comment. X-Git-Tag: 0.6.9~15 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=e65b7f781eda2a74d944998ca8b54f4e9cd25703;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 03f7f84..76ba150 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_