Signed-off-by: Ján Tomko <jtomko(a)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