diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-09 11:52:29 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-09 11:52:29 -0400 |
commit | 3309d82e7987310cddd26342b16abfdbf292b29d (patch) | |
tree | 5603de9674815f9987fc2a020fa2d3f0a6ce5363 /dwflpp.h | |
parent | 38920545284c0c93d43ad004090d975189620869 (diff) | |
parent | ad002306b50c6cc3c3601fac31dfe3ecf23749fb (diff) | |
download | systemtap-steved-3309d82e7987310cddd26342b16abfdbf292b29d.tar.gz systemtap-steved-3309d82e7987310cddd26342b16abfdbf292b29d.tar.xz systemtap-steved-3309d82e7987310cddd26342b16abfdbf292b29d.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'dwflpp.h')
-rw-r--r-- | dwflpp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -289,8 +289,6 @@ private: Dwarf * module_dwarf; Dwarf_Die * function; - std::string const default_name(char const * in, char const *); - void setup_kernel(bool debuginfo_needed = true); void setup_user(const std::string& module_name, bool debuginfo_needed = true); |