about summary refs log tree commit diff
path: root/localedata/tests-mbwc
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-07-02 16:32:24 -0700
committerRoland McGrath <roland@hack.frob.com>2011-07-02 16:32:24 -0700
commitd3bdf19b78aa4de74030175bbd9c41971428af81 (patch)
tree188da34d368c1e9c0a4532ec29eaa20e385a651c /localedata/tests-mbwc
parent84f9ea0f73dbb3946294acf132f03ab437befc73 (diff)
downloadglibc-d3bdf19b78aa4de74030175bbd9c41971428af81.tar.gz
glibc-d3bdf19b78aa4de74030175bbd9c41971428af81.tar.xz
glibc-d3bdf19b78aa4de74030175bbd9c41971428af81.zip
Remove an unused variable in localedata tests.
Diffstat (limited to 'localedata/tests-mbwc')
-rw-r--r--localedata/tests-mbwc/tst_funcs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/tst_funcs.h b/localedata/tests-mbwc/tst_funcs.h
index 552bed2f9c..23dc6a0065 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",      \