diff options
-rw-r--r-- | libtrivfs/trivfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtrivfs/trivfs.h b/libtrivfs/trivfs.h index a3895526..c3a4ab66 100644 --- a/libtrivfs/trivfs.h +++ b/libtrivfs/trivfs.h @@ -41,7 +41,6 @@ struct trivfs_control struct mutex lock; int protidtypes; mach_port_t underlying; - struct pending_open *openshead, *openstail; }; /* The user must define these variables. */ |