hw/rdma: Remove unused macros PG_DIR_SZ and PG_TBL_SZ
authorThomas Huth <thuth@redhat.com>
Wed, 19 Apr 2023 10:30:18 +0000 (12:30 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 28 Apr 2023 06:05:37 +0000 (08:05 +0200)
They have apparently never been used.

Message-Id: <20230419103018.627115-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/rdma/rdma_rm.c

index cfd85de3e66cf0208c7358c209a72bfed2988209..038d564433f51e4bc87327804f7f07fc56935bff 100644 (file)
 #include "rdma_backend.h"
 #include "rdma_rm.h"
 
-/* Page directory and page tables */
-#define PG_DIR_SZ { TARGET_PAGE_SIZE / sizeof(__u64) }
-#define PG_TBL_SZ { TARGET_PAGE_SIZE / sizeof(__u64) }
-
 void rdma_format_device_counters(RdmaDeviceResources *dev_res, GString *buf)
 {
     g_string_append_printf(buf, "\ttx               : %" PRId64 "\n",