]> sourceware.org Git - systemtap.git/commitdiff
Remove unused variable.
authorDave Brolley <brolley@redhat.com>
Tue, 15 Dec 2009 20:13:13 +0000 (15:13 -0500)
committerDave Brolley <brolley@redhat.com>
Tue, 15 Dec 2009 20:13:13 +0000 (15:13 -0500)
stap-client

index e5f2d941e7336554cd70a20d47875203826a27ea..189742cb1b2280a5b6332ac7d1871f8deab21e9a 100755 (executable)
@@ -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'"
This page took 0.027793 seconds and 5 git commands to generate.