summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2017-04-01 09:01:26 +0000
committeraiju <devnull@localhost>2017-04-01 09:01:26 +0000
commit089d493d9642a4a6567b4d27ad2c1be99cff280a (patch)
tree7c588b3340595c6f63dbd6c3e842a6ec2318e94a /sys/src
parent4175b19c94ed66fda62dddf1df57cd142963d7a9 (diff)
chgrp: remove unused function declaration (thanks archeus)
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/cmd/chgrp.c1
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