diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-19 20:54:13 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-06-19 20:54:13 +0000 |
commit | f27c1299cf4de6ea1c2adb1e5759b736e2d9e48d (patch) | |
tree | a2d220f6411706fe00b9cb8301fc4701b68799b3 /usr.bin/tcfs | |
parent | e53ffc09cd65cf4a4b495f768940e301b1781316 (diff) |
remove unused var
Diffstat (limited to 'usr.bin/tcfs')
-rw-r--r-- | usr.bin/tcfs/tcfsrmgroup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsrmgroup.c b/usr.bin/tcfs/tcfsrmgroup.c index dbfe09a2270..39842ee83c3 100644 --- a/usr.bin/tcfs/tcfsrmgroup.c +++ b/usr.bin/tcfs/tcfsrmgroup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsrmgroup.c,v 1.4 2000/06/19 20:35:48 fgsch Exp $ */ +/* $OpenBSD: tcfsrmgroup.c,v 1.5 2000/06/19 20:54:12 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -30,7 +30,7 @@ Remove a TCFS group from the TCFS group database. int rmgroup_main (int argn, char *argv[]) { - int index, val; + int val; gid_t gid; int have_gid = FALSE, be_verbose = FALSE; |