summaryrefslogtreecommitdiffstats
path: root/stap-client
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-12-18 19:14:25 +0100
committerTim Moore <timoore@redhat.com>2009-12-18 19:14:25 +0100
commit547a3b44141e7c7b6548d130bb37f18a634a50a2 (patch)
treef13c681a2f045d8d133e9388aded783bf9de4e0d /stap-client
parent471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (diff)
parenta18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (diff)
downloadsystemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.gz
systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.xz
systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.zip
Merge commit 'origin/master'
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'"