Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2016 06:12:26 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r299727 - head/sys/dev/sfxge/common
Message-ID:  <201605140612.u4E6CQdf069995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arybchik
Date: Sat May 14 06:12:26 2016
New Revision: 299727
URL: https://svnweb.freebsd.org/changeset/base/299727

Log:
  sfxge(4): cleanup: remove unused variable flags
  
  Sponsored by:   Solarflare Communications, Inc.
  MFC after:      1 week

Modified:
  head/sys/dev/sfxge/common/medford_nic.c

Modified: head/sys/dev/sfxge/common/medford_nic.c
==============================================================================
--- head/sys/dev/sfxge/common/medford_nic.c	Sat May 14 06:09:01 2016	(r299726)
+++ head/sys/dev/sfxge/common/medford_nic.c	Sat May 14 06:12:26 2016	(r299727)
@@ -109,7 +109,6 @@ medford_board_cfg(
 	uint32_t pf;
 	uint32_t vf;
 	uint32_t mask;
-	uint32_t flags;
 	uint32_t sysclk;
 	uint32_t base, nvec;
 	uint32_t end_padding;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605140612.u4E6CQdf069995>