summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf_getsrclines.c
diff options
context:
space:
mode:
authorPetr Machata <[email protected]>2014-10-15 19:28:08 +0200
committerPetr Machata <[email protected]>2014-10-15 19:35:32 +0200
commit564cfbe20beb077c3441400c4b0c406478043d76 (patch)
tree719d14397bea286020dbf74797fcf6cddc570926 /libdw/dwarf_getsrclines.c
parent2e83c64987a1575f0d9e1d30b3eeae968f4b4156 (diff)
Drop unused field struct Dwarf_Files_s.cu
Signed-off-by: Petr Machata <[email protected]>
Diffstat (limited to 'libdw/dwarf_getsrclines.c')
-rw-r--r--libdw/dwarf_getsrclines.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libdw/dwarf_getsrclines.c b/libdw/dwarf_getsrclines.c
index 7b174cfc..74d626cf 100644
--- a/libdw/dwarf_getsrclines.c
+++ b/libdw/dwarf_getsrclines.c
@@ -1,5 +1,5 @@
/* Return line number information of CU.
- Copyright (C) 2004-2010, 2013 Red Hat, Inc.
+ Copyright (C) 2004-2010, 2013, 2014 Red Hat, Inc.
This file is part of elfutils.
Written by Ulrich Drepper <[email protected]>, 2004.
@@ -680,9 +680,6 @@ dwarf_getsrclines (Dwarf_Die *cudie, Dwarf_Lines **lines, size_t *nlines)
dirs[i] = dirarray[i]->dir;
dirs[ndirlist] = NULL;
- /* Remember the referring CU. */
- files->cu = cu;
-
/* Make the file data structure available through the CU. */
cu->files = files;