diff options
author | Miles Bader <miles@gnu.org> | 1995-06-24 23:29:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-06-24 23:29:38 +0000 |
commit | 8404a163cb83a5336d888f384989275ff4b00fc8 (patch) | |
tree | cf5361adb040d0a0da97401c28c237a5feec8591 | |
parent | 949eef9ea7a913122056af51f4314a84e55a6ddf (diff) |
(struct user_pager_info): Remove the next & prevp fields.
-rw-r--r-- | ext2fs/ext2fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index 7a09f374..d8d1d5fb 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -175,7 +175,6 @@ struct user_pager_info FILE_DATA, } type; struct pager *p; - struct user_pager_info *next, **prevp; }; /* ---------------------------------------------------------------- */ |