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;

(cherry picked from commit e732789bbf)
This commit is contained in:
Lubomir Rintel 2018-09-19 14:26:30 +02:00 committed by Thomas Haller
parent 2ffcdb8efa
commit 030d43d523

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;