summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-dwarf.cpp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-11-29 05:41:33 +1100
committerChris Johns <chrisj@rtems.org>2018-11-29 05:45:21 +1100
commit3d2db56f7d013051406a81af107a61d00ac34ad1 (patch)
tree3218c59ea64d12f898873013dff8d2cf7810f9c0 /rtemstoolkit/rld-dwarf.cpp
parent95abe76dafb310ea14a6cf5384a506d1525bb7b1 (diff)
Fix warnings on Windows.
Diffstat (limited to 'rtemstoolkit/rld-dwarf.cpp')
-rw-r--r--rtemstoolkit/rld-dwarf.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtemstoolkit/rld-dwarf.cpp b/rtemstoolkit/rld-dwarf.cpp
index e142c43..6f249bf 100644
--- a/rtemstoolkit/rld-dwarf.cpp
+++ b/rtemstoolkit/rld-dwarf.cpp
@@ -1903,8 +1903,6 @@ namespace rld
const std::string prefix,
int depth)
{
- dwarf_unsigned cu_offset = 0;
-
while (true)
{
dwarf_unsigned cu_next_offset = 0;
@@ -1932,8 +1930,6 @@ namespace rld
die_dump (sibling, out, prefix, depth);
die = sibling;
}
-
- cu_offset = cu_next_offset;
}
}