]> sourceware.org Git - systemtap.git/commitdiff
tapset-method.cxx: drop unused variable
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 8 Aug 2015 02:53:17 +0000 (22:53 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 18 Aug 2015 17:24:15 +0000 (13:24 -0400)
tapset-method.cxx

index 38adf0bd7e8580b3c60a8bd8446d3a121dcf0439..f981567ee0faf063c200bd16e02bb19af089de3b 100644 (file)
@@ -136,7 +136,7 @@ java_builder::build (systemtap_session & sess,
     }
   int64_t _java_pid = 0;
   interned_string _java_proc_class = "";
-  interned_string short_method_str = method_str_val.substr (0, short_method_pos);
+  // interned_string short_method_str = method_str_val.substr (0, short_method_pos);
   interned_string class_str_val; // fully qualified class string
   bool has_class_str = get_param (parameters, TOK_CLASS, class_str_val);
   bool has_pid_int = get_param (parameters, TOK_JAVA, _java_pid);
This page took 0.026443 seconds and 5 git commands to generate.