summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-15 15:13:13 -0500
committerDave Brolley <brolley@redhat.com>2009-12-15 15:13:13 -0500
commit148297a5de2231e50262ec28a400b89b2d7c21f4 (patch)
tree10c0f12a485ce04dbdc4bfbd70362ceb2b8292f6
parentde187584bc552c81851542e7011d9da65c74576f (diff)
downloadsystemtap-steved-148297a5de2231e50262ec28a400b89b2d7c21f4.tar.gz
systemtap-steved-148297a5de2231e50262ec28a400b89b2d7c21f4.tar.xz
systemtap-steved-148297a5de2231e50262ec28a400b89b2d7c21f4.zip
Remove unused variable.
-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'"