remove the unused struct hyper_event_ops::handle

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan
2016-09-21 18:38:17 +08:00
parent 819f639334
commit ecf00fc578
-1
View File
@@ -9,7 +9,6 @@ struct hyper_event;
struct hyper_event_ops {
int (*read)(struct hyper_event *e, int efd);
int (*write)(struct hyper_event *e, int efd);
int (*handle)(struct hyper_event *e, uint32_t len);
void (*hup)(struct hyper_event *e, int efd);
int rbuf_size;
int wbuf_size;