Remove another unused field from struct __aiocb_private.

This commit is contained in:
Alan Cox 2000-10-03 21:43:55 +00:00
parent c27b5de4de
commit 6464c1fe0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66608

View File

@ -68,7 +68,6 @@ struct __aiocb_private {
long status;
long error;
long privatemodes;
void *userinfo;
void *kernelinfo;
};