diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:18:58 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:18:58 +0000 |
commit | 75b08c5bd2833151f124920c9920c235fab66431 (patch) | |
tree | 59eac097ffb1d66e491c929e8ffa38a55305792b | |
parent | ec025e6bd596ab51cd0e3e4c5f9f949be84b275f (diff) |
Sat Nov 23 16:24:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* file-set-translator.c (netfs_S_file_set_translator): Delete var
I.
-rw-r--r-- | libnetfs/ChangeLog | 5 | ||||
-rw-r--r-- | libnetfs/file-set-translator.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 8195fef4..f4a773d4 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 23 16:24:04 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * file-set-translator.c (netfs_S_file_set_translator): Delete var + I. + Wed Nov 20 17:13:13 1996 Miles Bader <miles@gnu.ai.mit.edu> * fsys-syncfs.c (netfs_S_fsys_syncfs): Use iohelp_create_iouser, not diff --git a/libnetfs/file-set-translator.c b/libnetfs/file-set-translator.c index f09230d6..096e733a 100644 --- a/libnetfs/file-set-translator.c +++ b/libnetfs/file-set-translator.c @@ -33,7 +33,6 @@ netfs_S_file_set_translator (struct protid *user, { struct node *np; error_t err = 0; - int i; mach_port_t control; if (!user) |