diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-10-30 16:57:56 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-10-30 16:57:56 +0000 |
commit | b131051a77e53310457d7d9f7c995582e57ce83d (patch) | |
tree | 021a49ceabc6eee211a26cb738191e71cd3ba9be /sys/ofed | |
parent | 495e5390503e1d897f5674f0d5639b676945a68d (diff) | |
download | FreeBSD-src-b131051a77e53310457d7d9f7c995582e57ce83d.zip FreeBSD-src-b131051a77e53310457d7d9f7c995582e57ce83d.tar.gz |
Fix compile warning by removing unused variable.
MFC: 3 days
Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/ofed')
-rw-r--r-- | sys/ofed/drivers/net/mlx4/mcg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/ofed/drivers/net/mlx4/mcg.c b/sys/ofed/drivers/net/mlx4/mcg.c index 52c52f8..44b5a96 100644 --- a/sys/ofed/drivers/net/mlx4/mcg.c +++ b/sys/ofed/drivers/net/mlx4/mcg.c @@ -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; |