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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to