]> andersk Git - moira.git/commitdiff
Remove an unused variable.
authorzacheiss <zacheiss>
Wed, 26 Sep 2001 03:00:51 +0000 (03:00 +0000)
committerzacheiss <zacheiss>
Wed, 26 Sep 2001 03:00:51 +0000 (03:00 +0000)
clients/stanley/stanley.c

index 84c069eb4d246e650bf78c364c683efb0a825ee6..08db5f335ba2d32c4b8be01e2b551568f8af998d 100644 (file)
@@ -638,8 +638,6 @@ void show_user_info(char **argv)
 
 void show_user_info_unformatted(char **argv)
 {
-  int status;
-
   printf("Login name:            %s\n", argv[U_NAME]);
   printf("Full name:             %s, %s %s\n", argv[U_LAST], argv[U_FIRST], 
         argv[U_MIDDLE]);
This page took 0.329795 seconds and 5 git commands to generate.