test: remove unused NUM_CELLS

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Fixes: 2bd7ed78a7
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Ján Tomko
2020-08-03 07:23:45 +02:00
parent d50b399bf8
commit d89edbfbfc
-2
View 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;