Code

t2203: fix wrong commit command
[git.git] / sh-i18n--envsubst.c
index 1153f8c47d37ec8001f75421572e98e6686fb566..9d2e971a275ede8a1365b2a2737452a873586707 100644 (file)
@@ -67,7 +67,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)
        {
@@ -87,7 +87,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: