summaryrefslogtreecommitdiffstats
path: root/stap-client
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-12-17 17:39:30 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-12-17 17:39:30 -0500
commita9766891ff3f5e8cfed2abe47e3c61940bd363b4 (patch)
treeb3e7b72039341bc57bdf91109f1380bfdae89ff4 /stap-client
parent8789164913641bda9702dd12203521e5aad5cc82 (diff)
parente0477adcf99e7e8ce162d94e80497d657a93f7f8 (diff)
downloadsystemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.gz
systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.tar.xz
systemtap-steved-a9766891ff3f5e8cfed2abe47e3c61940bd363b4.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'stap-client')
-rwxr-xr-xstap-client4
1 files changed, 0 insertions, 4 deletions
diff --git a/stap-client b/stap-client
index e5f2d941..189742cb 100755
--- a/stap-client
+++ b/stap-client
@@ -57,7 +57,6 @@ function initialization {
p_phase=5
v_level=0
keep_temps=0
- b_specified=0
m_name=
module_name=stap_$$
uname_r="`uname -r`"
@@ -155,9 +154,6 @@ function parse_options {
get_arg $first_token $2
process_a $stap_arg
;;
- b)
- b_specified=1
- ;;
B)
get_arg $first_token $2
cmdline2="${cmdline2} -$first_char '$stap_arg'"