From 8bf254182b0b36837451b2d42045d91b775663b0 Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 23 Aug 2015 17:54:55 +0000 Subject: [PATCH] Removed commented out code --- includes/polling/port-poe.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/polling/port-poe.inc.php b/includes/polling/port-poe.inc.php index 1537deafc5..2263a1a5e2 100644 --- a/includes/polling/port-poe.inc.php +++ b/includes/polling/port-poe.inc.php @@ -35,9 +35,6 @@ $peth_oids = array( 'pethMainPseConsumptionPower', ); -//$port_stats = snmpwalk_cache_oid($device, 'pethPsePortEntry', $port_stats, 'POWER-ETHERNET-MIB'); -//$port_stats = snmpwalk_cache_oid($device, 'cpeExtPsePortEntry', $port_stats, 'CISCO-POWER-ETHERNET-EXT-MIB'); - if ($port_stats[$port['ifIndex']] && $port['ifType'] == 'ethernetCsmacd' && isset($port_stats[$port['ifIndex']]['dot3StatsIndex'])) {