diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/chgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 8c969d7..93e4938 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c @@ -48,7 +48,6 @@ int chgrp_main(int argc, char **argv) long gid; int recursiveFlag; int retval = EXIT_SUCCESS; - char *p; recursiveFlag = bb_getopt_ulflags(argc, argv, "R"); |