core/tests: remove an unused variable

test-general.c:6612:19: error: unused variable 'buf_free_1'
                                 [-Werror,-Wunused-variable]
        gs_free gpointer buf_free_1 = NULL;
This commit is contained in:
Lubomir Rintel 2018-09-19 14:26:30 +02:00
parent b64ae759ad
commit e732789bbf

View file

@ -6609,7 +6609,6 @@ _do_test_utils_str_utf8safe (const char *str, gsize str_len, const char *expecte
const char *str_safe;
const char *buf_safe;
const char *s;
gs_free gpointer buf_free_1 = NULL;
gs_free char *str_free_1 = NULL;
gs_free char *str_free_2 = NULL;
gs_free char *str_free_3 = NULL;