From 420e7849946c5a0309055f7367589b2701e54a51 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Fri, 23 Feb 2024 00:04:49 -0600 Subject: [PATCH] Cleanup: Remove out of place documentation comment. --- level_0/f_thread/c/thread.h | 2 -- 1 file changed, 2 deletions(-) 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_ -- 1.8.3.1