From d89edbfbfc204d54bd031ea470b2bfc2051ba3ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Tomko?= Date: Tue, 28 Jul 2020 01:34:55 +0200 Subject: [PATCH] test: remove unused NUM_CELLS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ján Tomko Fixes: 2bd7ed78a7cd68775de8cb912c7a57db7721a10b Reviewed-by: Jonathon Jongsma --- 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.47.2