From d3bdf19b78aa4de74030175bbd9c41971428af81 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 2 Jul 2011 16:32:24 -0700 Subject: [PATCH] Remove an unused variable in localedata tests. --- localedata/ChangeLog | 5 +++++ localedata/tests-mbwc/tst_funcs.h | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 78965fb..e0e2207 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2011-07-02 Roland McGrath + + * tests-mbwc/tst_funcs.h (TST_DECL_VARS, TST_HEAD_LOCALE): + Remove unused variable. + 2011-05-21 Ulrich Drepper [BZ #12788] diff --git a/localedata/tests-mbwc/tst_funcs.h b/localedata/tests-mbwc/tst_funcs.h index 552bed2..23dc6a0 100644 --- a/localedata/tests-mbwc/tst_funcs.h +++ b/localedata/tests-mbwc/tst_funcs.h @@ -84,7 +84,7 @@ extern int result (FILE * fp, char res, const char *func, const char *loc, #define TST_DECL_VARS(_type_) \ int loc, rec, err_count = 0; \ int warn_count __attribute__ ((unused)); \ - int func_id, seq_num = 0; \ + int seq_num = 0; \ const char *locale; \ int err_exp, ret_flg; \ int errno_save = 0; \ @@ -96,8 +96,7 @@ extern int result (FILE * fp, char res, const char *func, const char *loc, #define TST_HEAD_LOCALE(ofunc, s_func) \ - func_id = TST_HEAD (ofunc).func_id; \ - locale = TST_HEAD (ofunc).locale; \ + locale = TST_HEAD (ofunc).locale; \ if (setlocale (LC_ALL, locale) == NULL) \ { \ fprintf (stderr, "Warning : can't set locale: %s\nskipping ...\n", \ -- 2.7.4