[libvirt PATCH 4/9] test: remove unused NUM_CELLS

Ján Tomko jtomko at redhat.com
Tue Jul 28 11:54:23 UTC 2020


Signed-off-by: Ján Tomko <jtomko at redhat.com>
Fixes: 2bd7ed78a7cd68775de8cb912c7a57db7721a10b
---
 src/test/test_driver.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/test_driver.c b/src/test/test_driver.c
index 993f405f3c..01c4675c30 100644
--- a/src/test/test_driver.c
+++ b/src/test/test_driver.c
@@ -83,8 +83,6 @@ struct _testCell {
 typedef struct _testCell testCell;
 typedef struct _testCell *testCellPtr;
 
-#define MAX_CELLS 128
-
 struct _testAuth {
     char *username;
     char *password;
-- 
2.26.2




More information about the libvir-list mailing list