summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-rtems.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-08-06 09:17:36 +1000
committerChris Johns <chrisj@rtems.org>2018-08-07 09:11:29 +1000
commit058a3a0bd05cebcc0e92d7261c0b1a66c072c6c2 (patch)
tree1636c0edb6017972d5113d9e0068282a3df7f7af /rtemstoolkit/rld-rtems.cpp
parent5d957c9c5140742451111cfcf027c295bdf4cd67 (diff)
rtemstoolkit: Various coverity related fixes.
Diffstat (limited to 'rtemstoolkit/rld-rtems.cpp')
-rw-r--r--rtemstoolkit/rld-rtems.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtemstoolkit/rld-rtems.cpp b/rtemstoolkit/rld-rtems.cpp
index 806a2e1..a2dcf82 100644
--- a/rtemstoolkit/rld-rtems.cpp
+++ b/rtemstoolkit/rld-rtems.cpp
@@ -210,7 +210,6 @@ namespace rld
if (slash == std::string::npos)
throw rld::error ("Invalid BSP name", _arch_bsp);
return _arch_bsp.substr (0, slash);
- std::string bsp = _arch_bsp.substr (slash + 1);
}
const std::string