forked from Imagelibrary/rtems
libcsupport/src/mount.c: Remove unnecessary operation
This was flagged by CodeSonar.
This commit is contained in:
committed by
Joel Sherrill
parent
aed6e1de21
commit
f18fd4f2bc
@@ -77,7 +77,6 @@ static rtems_filesystem_mount_table_entry_t *alloc_mount_table_entry(
|
||||
|
||||
memcpy( str, target, target_size );
|
||||
mt_entry->target = str;
|
||||
str += target_size;
|
||||
|
||||
mt_entry->mounted = true;
|
||||
mt_entry->mt_fs_root = mt_fs_root;
|
||||
|
||||
Reference in New Issue
Block a user