From: Frank Ch. Eigler Date: Sat, 8 Aug 2015 02:53:17 +0000 (-0400) Subject: tapset-method.cxx: drop unused variable X-Git-Tag: release-2.9~125 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=419117a30be78142463a00c83d813817b240c520;p=systemtap.git tapset-method.cxx: drop unused variable --- diff --git a/tapset-method.cxx b/tapset-method.cxx index 38adf0bd7..f981567ee 100644 --- a/tapset-method.cxx +++ b/tapset-method.cxx @@ -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);