From: Ján Tomko Date: Mon, 27 Jul 2020 23:34:55 +0000 (+0200) Subject: test: remove unused NUM_CELLS X-Git-Tag: v6.7.0-rc1~628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89edbfbfc204d54bd031ea470b2bfc2051ba3ce;p=thirdparty%2Flibvirt.git test: remove unused NUM_CELLS Signed-off-by: Ján Tomko Fixes: 2bd7ed78a7cd68775de8cb912c7a57db7721a10b Reviewed-by: Jonathon Jongsma --- 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;