]> sourceware.org Git - systemtap.git/commitdiff
Remove debug statement and unused systemtap_session variable
authorLukas Berk <lberk@redhat.com>
Mon, 29 Apr 2013 14:46:43 +0000 (10:46 -0400)
committerLukas Berk <lberk@redhat.com>
Wed, 1 May 2013 15:13:37 +0000 (11:13 -0400)
*session.cxx: remove debug statement and unused variable

session.cxx

index b88115cdaef0cf1775d63d48c297c4ccf06bcd81..091d86814698275482130c3570346f952a6ffa4b 100644 (file)
@@ -162,10 +162,6 @@ systemtap_session::systemtap_session ():
   update_release_sysroot = false;
   suppress_time_limits = false;
 
-#ifdef HAVE_JAVA_HELPER
-  compile_byteman_rule = false;
-#endif /* HAVE_JAVA_HELPER */
-
   // PR12443: put compiled-in / -I paths in front, to be preferred during 
   // tapset duplicate-file elimination
   const char* s_p = getenv ("SYSTEMTAP_TAPSET");
@@ -899,7 +895,6 @@ systemtap_session::parse_cmdline (int argc, char * const argv [])
 
 #ifdef HAVE_JAVA_HELPER
        case 'J':
-         cout << "this was hit" << endl;
          bminstallflags.push_back(string("-D") + (string (optarg)) );
          break;
 #else
This page took 0.032929 seconds and 5 git commands to generate.