[rtems commit] cpukit/dosfs: Remove unused internal function arg

Joel Sherrill joel at rtems.org
Tue Jan 16 16:58:21 UTC 2024


Module:    rtems
Branch:    master
Commit:    46c343dd23de940dc4df8567b72a3b3679dcdf71
Changeset: http://git.rtems.org/rtems/commit/?id=46c343dd23de940dc4df8567b72a3b3679dcdf71

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Mon Jan  8 15:08:02 2024 -0600

cpukit/dosfs: Remove unused internal function arg

---

 cpukit/libfs/src/dosfs/msdos_misc.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cpukit/libfs/src/dosfs/msdos_misc.c b/cpukit/libfs/src/dosfs/msdos_misc.c
index c40988b98f..cd59c494ea 100644
--- a/cpukit/libfs/src/dosfs/msdos_misc.c
+++ b/cpukit/libfs/src/dosfs/msdos_misc.c
@@ -1303,7 +1303,6 @@ static int
 msdos_find_file_in_directory (
     const uint8_t                        *filename_converted,
     const size_t                          name_len_for_compare,
-    const size_t                          name_len_for_save,
     const msdos_name_type_t               name_type,
     msdos_fs_info_t                      *fs_info,
     fat_file_fd_t                        *fat_fd,
@@ -1919,7 +1918,6 @@ msdos_find_name_in_fat_file (
       retval = msdos_find_file_in_directory (
           buffer,
           name_len_for_compare,
-          name_len_for_save,
           name_type,
           fs_info,
           fat_fd,



More information about the vc mailing list