summaryrefslogtreecommitdiffstats
path: root/runtime/transport/symbols.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-03 13:31:05 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-03 13:31:05 -0400
commit4776796a9a0c30189aeef056ec9b050e4a029bf8 (patch)
treee36a80d188099585fd5c6d463038a732f4894ffc /runtime/transport/symbols.c
parentfc2edb49d9638e1c64c581ed61d94d3bf9aec28f (diff)
downloadsystemtap-steved-4776796a9a0c30189aeef056ec9b050e4a029bf8.tar.gz
systemtap-steved-4776796a9a0c30189aeef056ec9b050e4a029bf8.tar.xz
systemtap-steved-4776796a9a0c30189aeef056ec9b050e4a029bf8.zip
PR6429: remove stapio STP_UNWIND support and associated elfutils dependency
Diffstat (limited to 'runtime/transport/symbols.c')
-rw-r--r--runtime/transport/symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/transport/symbols.c b/runtime/transport/symbols.c
index ec047922..4a3c4e17 100644
--- a/runtime/transport/symbols.c
+++ b/runtime/transport/symbols.c
@@ -629,7 +629,7 @@ static int _stp_init_modules(void)
/* unlocks the list */
modules_op->stop(NULL, NULL);
-#ifdef STP_USE_DWARF_UNWINDER
+#if 0 /* def STP_USE_DWARF_UNWINDER */
/* now that we have all the modules, ask for their unwind info */
{
unsigned long flags;