From a4b84d92d9016dc8460255b954ffbd04d5ff6b92 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 7 Feb 2021 22:26:00 -0600 Subject: Remove unused function. Ethan Sommer noticed that chown is using chgrp_main() due to OLDTOY, so the wrapper function isn't needed. --- toys/posix/chgrp.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'toys/posix') diff --git a/toys/posix/chgrp.c b/toys/posix/chgrp.c index 807ac824..a63272a5 100644 --- a/toys/posix/chgrp.c +++ b/toys/posix/chgrp.c @@ -99,8 +99,3 @@ void chgrp_main(void) if (CFG_TOYBOX_FREE && ischown) free(own); } - -void chown_main(void) -{ - chgrp_main(); -} -- cgit v1.2.3