diff --git a/include/files.h b/include/files.h index 4e325ef6b..a41672f41 100644 --- a/include/files.h +++ b/include/files.h @@ -25,13 +25,6 @@ enum fdinfo_states { FD_STATE_MAX }; -struct fmap_fd { - struct fmap_fd *next; - unsigned long start; - int pid; - int fd; -}; - struct fdinfo_list_entry { struct list_head list; int fd;