From 9995455218ff19df9cf0dcaf0198269dc76eeb2d Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Sun, 28 Feb 2021 02:15:11 +0000 Subject: sbin/ifconfig: Drop local name var in sfp_status There is already a globally defined name variable. MFC after: 1 week --- sbin/ifconfig/sfp.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sbin/ifconfig') diff --git a/sbin/ifconfig/sfp.c b/sbin/ifconfig/sfp.c index b7bdc74d42e8..15ff22639060 100644 --- a/sbin/ifconfig/sfp.c +++ b/sbin/ifconfig/sfp.c @@ -62,15 +62,12 @@ sfp_status(int s, struct ifreq *ifr, int verbose) struct ifconfig_sfp_vendor_info vendor_info; struct ifconfig_sfp_status status; ifconfig_handle_t *lifh; - const char *name; size_t channel_count; lifh = ifconfig_open(); if (lifh == NULL) return; - name = ifr->ifr_name; - if (ifconfig_sfp_get_sfp_info(lifh, name, &info) == -1) goto close; -- cgit v1.2.3