From a55d72bbb419215d76465d484bfeee84308af0bc Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Thu, 9 Oct 2003 11:38:45 +0000 Subject: Patch from Steven Scholz, fix some warnings --- coreutils/chgrp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils/chgrp.c') diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index 8c969d7b6..93e493869 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"); -- cgit v1.2.3