IB/mlx5: Remove unused code in mr.c

The variable start in struct mlx5_ib_mr is never used. Remove it.

Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
此提交包含在:
Eli Cohen
2014-01-14 17:45:10 +02:00
提交者 Roland Dreier
父節點 7e22e91102
當前提交 d9fe409163
共有 2 個檔案被更改,包括 0 行新增2 行删除

查看文件

@@ -264,7 +264,6 @@ struct mlx5_ib_mr {
enum ib_wc_status status;
struct mlx5_ib_dev *dev;
struct mlx5_create_mkey_mbox_out out;
unsigned long start;
};
struct mlx5_ib_fast_reg_page_list {