Blame SOURCES/bz1431263.5.patch

aea179
commit 5177a6c84d9378d705755844dc5f2b212de49a8c
aea179
Author: David Smith <dsmith@redhat.com>
aea179
Date:   Mon Mar 27 11:36:42 2017 -0500
aea179
aea179
    Fix BZ1431263 commit by removing unused arg.
aea179
    
aea179
    * tapsets.cxx (enroll): Remove unused systemtap_session argument.
aea179
aea179
diff --git a/tapsets.cxx b/tapsets.cxx
aea179
index c80e831..2274ae6 100644
aea179
--- a/tapsets.cxx
aea179
+++ b/tapsets.cxx
aea179
@@ -10163,7 +10163,7 @@ void hwbkpt_derived_probe::join_group (systemtap_session& s)
aea179
   this->group = s.hwbkpt_derived_probes;
aea179
 }
aea179
 
aea179
-void hwbkpt_derived_probe_group::enroll (hwbkpt_derived_probe* p, systemtap_session& s)
aea179
+void hwbkpt_derived_probe_group::enroll (hwbkpt_derived_probe* p, systemtap_session&)
aea179
 {
aea179
   hwbkpt_probes.push_back (p);
aea179
 }