mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
Fix compile warning by removing unused variable.
MFC: 3 days Sponsored by: Mellanox Technologies
This commit is contained in:
parent
2468425780
commit
4f8c17ab35
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue