diff options
author | aiju <devnull@localhost> | 2017-04-01 09:01:26 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-04-01 09:01:26 +0000 |
commit | 089d493d9642a4a6567b4d27ad2c1be99cff280a (patch) | |
tree | 7c588b3340595c6f63dbd6c3e842a6ec2318e94a /sys/src/cmd/chgrp.c | |
parent | 4175b19c94ed66fda62dddf1df57cd142963d7a9 (diff) |
chgrp: remove unused function declaration (thanks archeus)
Diffstat (limited to 'sys/src/cmd/chgrp.c')
-rw-r--r-- | sys/src/cmd/chgrp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/chgrp.c b/sys/src/cmd/chgrp.c index 398fddbc1..65d84b160 100644 --- a/sys/src/cmd/chgrp.c +++ b/sys/src/cmd/chgrp.c @@ -1,7 +1,6 @@ #include <u.h> #include <libc.h> -int readgid(char*); int uflag; void |