提交 600a6a68 编写于 作者: M Michael J Gruber 提交者: Junio C Hamano

sh-18n: quell "unused variable" warning

show_variables is set but never used. Comment it out rather than remove it so
that the relation with upstream remains clear.
Signed-off-by: NMichael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 55601c6a
......@@ -68,7 +68,7 @@ int
main (int argc, char *argv[])
{
/* Default values for command line options. */
unsigned short int show_variables = 0;
/* unsigned short int show_variables = 0; */
switch (argc)
{
......@@ -88,7 +88,7 @@ main (int argc, char *argv[])
/* git sh-i18n--envsubst --variables '$foo and $bar' */
if (strcmp(argv[1], "--variables"))
error ("first argument must be --variables when two are given");
show_variables = 1;
/* show_variables = 1; */
print_variables (argv[2]);
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册