summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/mainloop.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/staprun/mainloop.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/staprun/mainloop.c')
-rw-r--r--runtime/staprun/mainloop.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/staprun/mainloop.c b/runtime/staprun/mainloop.c
index 61963743..2bbadbc9 100644
--- a/runtime/staprun/mainloop.c
+++ b/runtime/staprun/mainloop.c
@@ -387,18 +387,6 @@ int stp_main_loop(void)
cleanup_and_exit(1);
break;
}
- case STP_UNWIND:
- {
- int len;
- char *ptr = (char *)data;
- while (nb > 0) {
- send_unwind_data(ptr);
- len = strlen(ptr) + 1;
- ptr += len;
- nb -= len;
- }
- break;
- }
default:
err("WARNING: ignored message of type %d\n", (type));
}