Remove element from CONFIG_CONTEXT

The variable was set but never used.
This commit is contained in:
Markus Mäkelä
2018-08-01 18:59:00 +03:00
parent a252b45f18
commit d793fcbcb0
2 changed files with 2 additions and 14 deletions

View File

@ -227,7 +227,6 @@ typedef struct config_context
{
char *object; /**< The name of the object being configured */
MXS_CONFIG_PARAMETER *parameters; /**< The list of parameter values */
void *element; /**< The element created from the data */
bool was_persisted; /**< True if this object was persisted */
struct config_context *next; /**< Next pointer in the linked list */
} CONFIG_CONTEXT;