summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Oguin <josh.oguin@oarcorp.com>2014-11-19 14:34:06 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-26 07:51:57 -0600
commitf18fd4f2bcc852e606e77c3a3f09ebb3d66774b5 (patch)
treea9fce4577a435a303c58af5bb9e6881a18cb8413
parentlibchip/serial/z85c30.c: Remove redundant assignment (diff)
downloadrtems-f18fd4f2bcc852e606e77c3a3f09ebb3d66774b5.tar.bz2
libcsupport/src/mount.c: Remove unnecessary operation
This was flagged by CodeSonar.
-rw-r--r--cpukit/libcsupport/src/mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/mount.c b/cpukit/libcsupport/src/mount.c
index d9936861fe..0d66477fe3 100644
--- a/cpukit/libcsupport/src/mount.c
+++ b/cpukit/libcsupport/src/mount.c
@@ -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;