libcsupport/src/mount.c: Remove unnecessary operation

This was flagged by CodeSonar.
This commit is contained in:
Josh Oguin
2014-11-19 14:34:06 -06:00
committed by Joel Sherrill
parent aed6e1de21
commit f18fd4f2bc

View File

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