diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-03 13:31:05 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-03 13:31:05 -0400 |
commit | 4776796a9a0c30189aeef056ec9b050e4a029bf8 (patch) | |
tree | e36a80d188099585fd5c6d463038a732f4894ffc /runtime/transport/control.c | |
parent | fc2edb49d9638e1c64c581ed61d94d3bf9aec28f (diff) | |
download | systemtap-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/control.c')
-rw-r--r-- | runtime/transport/control.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/transport/control.c b/runtime/transport/control.c index ca7edf79..4b476ee1 100644 --- a/runtime/transport/control.c +++ b/runtime/transport/control.c @@ -36,9 +36,6 @@ static ssize_t _stp_ctl_write_cmd(struct file *file, const char __user *buf, siz #endif switch (type) { - case STP_UNWIND: - _stp_do_unwind_data(buf, count); - break; case STP_START: if (started == 0) { struct _stp_msg_start st; |