From: Dave Brolley Date: Tue, 15 Dec 2009 20:13:13 +0000 (-0500) Subject: Remove unused variable. X-Git-Tag: release-1.0.9~29^2~3^2~4 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=148297a5de2231e50262ec28a400b89b2d7c21f4;p=systemtap.git Remove unused variable. --- diff --git a/stap-client b/stap-client index e5f2d941e..189742cb1 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'"