policer: remove unused code 55/8155/2
authorDamjan Marion <damarion@cisco.com>
Tue, 22 Aug 2017 08:49:24 +0000 (10:49 +0200)
committerNeale Ranns <nranns@cisco.com>
Tue, 22 Aug 2017 11:17:57 +0000 (11:17 +0000)
This is causing compiler error with gcc 7.

Change-Id: Ia65ee9d80ab263c79e82ad805e5cc5a12af91f85
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/vnet/policer/xlate.c

index b1c055e..af8bc5a 100644 (file)
@@ -1172,7 +1172,6 @@ sse2_pol_logical_2_physical (sse2_qos_pol_cfg_params_st * cfg,
                             policer_read_response_type_st * phys)
 {
   int rc;
-  sse2_qos_pol_hw_params_st pol_hw;
   sse2_qos_pol_cfg_params_st kbps_cfg;
 
   memset (phys, 0, sizeof (policer_read_response_type_st));
@@ -1270,9 +1269,6 @@ sse2_pol_logical_2_physical (sse2_qos_pol_cfg_params_st * cfg,
       phys->extended_bucket = cfg->extended_bucket;
     }
 
-  // Touch to avoid compiler warning for X86
-  pol_hw.allow_negative = pol_hw.allow_negative;
-
 #endif // if !defined (INTERNAL_SS) && !defined (X86)
 
   return 0;