Remove unused and confusing variable

The global version_string variable was never set.
This commit is contained in:
Markus Mäkelä
2018-10-31 09:13:07 +02:00
parent 7deed35587
commit 06d1189e94
3 changed files with 1 additions and 20 deletions

View File

@ -245,7 +245,6 @@ typedef struct
bool config_check; /**< Only check config */
int n_threads; /**< Number of polling threads */
size_t thread_stack_size; /**< The stack size of each worker thread */
char* version_string; /**< The version string of embedded db library */
char release_string[RELEASE_STR_LENGTH]; /**< The release name string of the system */
char sysname[SYSNAME_LEN]; /**< The OS name of the system */
uint8_t mac_sha1[SHA_DIGEST_LENGTH]; /**< The SHA1 digest of an interface MAC address