diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 09:27:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 09:27:44 +0000 |
commit | 94ae465a44066c95031af93aac00ccdd9eb99e5e (patch) | |
tree | c456834a79715d65bafa69d4caafdc059a96cb91 | |
parent | c5cae6a67b51d919385cf84181b8f3ce41136720 (diff) |
2002-05-08 Roland McGrath <roland@frob.com>
* io-restrict-auth.c (diskfs_S_io_restrict_auth): Remove unused var.
-rw-r--r-- | libdiskfs/io-restrict-auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/io-restrict-auth.c b/libdiskfs/io-restrict-auth.c index 1c1c6251..d5533e61 100644 --- a/libdiskfs/io-restrict-auth.c +++ b/libdiskfs/io-restrict-auth.c @@ -32,7 +32,6 @@ diskfs_S_io_restrict_auth (struct protid *cred, error_t err; struct iouser *user; struct protid *newpi; - int i; if (!cred) return EOPNOTSUPP; |