]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
test: remove unused NUM_CELLS
authorJán Tomko <jtomko@redhat.com>
Mon, 27 Jul 2020 23:34:55 +0000 (01:34 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 05:23:45 +0000 (07:23 +0200)
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 2bd7ed78a7cd68775de8cb912c7a57db7721a10b
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/test/test_driver.c

index 993f405f3c828f5bf4600e09971d1fe286a6a461..01c4675c3089a307f874ccb59fb04e9eb77d8d9f 100644 (file)
@@ -83,8 +83,6 @@ struct _testCell {
 typedef struct _testCell testCell;
 typedef struct _testCell *testCellPtr;
 
-#define MAX_CELLS 128
-
 struct _testAuth {
     char *username;
     char *password;