2003-09-03 Joel Sherrill <joel@OARcorp.com>

* msdos_create.c: Remove unused variable warning.
This commit is contained in:
Joel Sherrill
2003-09-03 13:38:46 +00:00
parent 62ff2e4fc4
commit e369995774

View File

@@ -295,9 +295,8 @@ msdos_file_link(rtems_filesystem_location_info_t *to_loc,
rtems_status_code sc = RTEMS_SUCCESSFUL;
msdos_fs_info_t *fs_info = to_loc->mt_entry->fs_info;
fat_file_fd_t *to_fat_fd = to_loc->node_access;
fat_file_fd_t *par_fat_fd = par_loc->node_access;
char new_name[ MSDOS_NAME_MAX + 1 ];
int len;
char new_name[ MSDOS_NAME_MAX + 1 ];
int len;
/*
* check spelling and format new node name