cpukit/dosfs: Remove unused internal function arg

This commit is contained in:
Kinsey Moore
2024-01-08 15:08:02 -06:00
committed by Joel Sherrill
parent 6383390886
commit 46c343dd23

View File

@@ -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,