summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-dwarf.cpp
diff options
context:
space:
mode:
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;
}
}