From a64a11767b91e07064fcdb1f42c831446aef9461 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 28 Dec 2023 12:04:16 +0600 Subject: [PATCH] Removed unused variable --- source/libublsettings.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/libublsettings.c b/source/libublsettings.c index bbe8f6a..c0d22fd 100644 --- a/source/libublsettings.c +++ b/source/libublsettings.c @@ -836,7 +836,6 @@ yon_config_parameter *yon_config_parameter_append_with_data(yon_config_parameter static yon_config_parameter *__yon__config__strings = NULL; -static yon_config_parameter *__yon__config__default__strings = NULL; dictionary *__yon_config_ignored = NULL; #define check_config if(__yon__config__strings&&__yon__config__strings->data_type==DICTIONARY_CHAR_TYPE)