]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #235 in SNORT/snort3 from cwaxman_pbuildwarnings to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 3 Feb 2016 20:46:41 +0000 (15:46 -0500)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Wed, 3 Feb 2016 20:46:41 +0000 (15:46 -0500)
Squashed commit of the following:

commit 2fd9a4b62006ee8c73ca523a33ba14afbb233993
Author: Carter Waxman <cwaxman@cisco.com>
Date:   Wed Feb 3 15:26:06 2016 -0500

    fixed build warnings

src/network_inspectors/perf_monitor/base_tracker.cc

index 60000daa8a6abb21d7c9144a852c4d21e44fd7dc..c50f1d1e69c314722311d7db2967505cf672fd90 100644 (file)
@@ -98,7 +98,6 @@ void BaseTracker::process(bool summary)
     for (Module* m : modules)
     {
         PegCount* pegs = m->get_counts();
-        const PegInfo* pegInfos = m->get_pegs();
 
         for (int i = 0; i < m->get_num_counts(); i++)
         {