From 726b06f00ff6d8e153f8bffcd9fbc40760b91bd5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Sep 2003 13:40:13 +0000 Subject: 2003-09-03 Joel Sherrill * msdos_create.c: Remove unused variable warning. --- cpukit/libfs/src/dosfs/msdos_create.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/libfs/src/dosfs/msdos_create.c') diff --git a/cpukit/libfs/src/dosfs/msdos_create.c b/cpukit/libfs/src/dosfs/msdos_create.c index 4606598a8e..a335b48bf7 100644 --- a/cpukit/libfs/src/dosfs/msdos_create.c +++ b/cpukit/libfs/src/dosfs/msdos_create.c @@ -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 -- cgit v1.2.3