From 419117a30be78142463a00c83d813817b240c520 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 7 Aug 2015 22:53:17 -0400 Subject: [PATCH] tapset-method.cxx: drop unused variable --- tapset-method.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.5