]> andersk Git - moira.git/blobdiff - clients/stanley/stanley.c
Remove an unused variable.
[moira.git] / 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.138222 seconds and 4 git commands to generate.