svn commit: r273867 - head/sys/ofed/drivers/net/mlx4

Hans Petter Selasky hselasky at FreeBSD.org
Thu Oct 30 16:57:57 UTC 2014


Author: hselasky
Date: Thu Oct 30 16:57:56 2014
New Revision: 273867
URL: https://svnweb.freebsd.org/changeset/base/273867

Log:
  Fix compile warning by removing unused variable.
  
  MFC:		3 days
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/ofed/drivers/net/mlx4/mcg.c

Modified: head/sys/ofed/drivers/net/mlx4/mcg.c
==============================================================================
--- head/sys/ofed/drivers/net/mlx4/mcg.c	Thu Oct 30 16:26:17 2014	(r273866)
+++ head/sys/ofed/drivers/net/mlx4/mcg.c	Thu Oct 30 16:57:56 2014	(r273867)
@@ -39,9 +39,6 @@
 
 #include "mlx4.h"
 
-
-static const u8 zero_gid[16];	/* automatically initialized to 0 */
-
 int mlx4_get_mgm_entry_size(struct mlx4_dev *dev)
 {
 	return 1 << dev->oper_log_mgm_entry_size;


More information about the svn-src-head mailing list