diff options
author | Josh Stone <jistone@redhat.com> | 2009-08-07 18:51:19 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-08-07 18:51:19 -0700 |
commit | 23d106b9c554c2b32dfb8c94dc963834f65ef7df (patch) | |
tree | 2ab11874847b184da624c2c4d1397b7b35ca94c4 /dwarf_wrappers.h | |
parent | 37c74d4bd7317033fcc30148358b7936ffd8b11a (diff) | |
download | systemtap-steved-23d106b9c554c2b32dfb8c94dc963834f65ef7df.tar.gz systemtap-steved-23d106b9c554c2b32dfb8c94dc963834f65ef7df.tar.xz systemtap-steved-23d106b9c554c2b32dfb8c94dc963834f65ef7df.zip |
Zap dwarf_diename_integrate
The dwarf_diename in elfutils learned a long time ago to use
dwarf_attr_integrate when looking up the name. Our minimum elfutils
0.126 has this, so we don't need to kludge it ourselves.
Diffstat (limited to 'dwarf_wrappers.h')
-rw-r--r-- | dwarf_wrappers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dwarf_wrappers.h b/dwarf_wrappers.h index 1442a17c..959ece92 100644 --- a/dwarf_wrappers.h +++ b/dwarf_wrappers.h @@ -89,8 +89,6 @@ public: } }; -const char *dwarf_diename_integrate (Dwarf_Die *die); - #endif |