Commit 222dcd54 by Daniel Lezcano

remove unused variable

parent af5b0155
...@@ -138,7 +138,6 @@ int lxc_mainloop_open(struct lxc_epoll_descr *descr) ...@@ -138,7 +138,6 @@ int lxc_mainloop_open(struct lxc_epoll_descr *descr)
int lxc_mainloop_close(struct lxc_epoll_descr *descr) int lxc_mainloop_close(struct lxc_epoll_descr *descr)
{ {
int i;
struct lxc_list *iterator, *next; struct lxc_list *iterator, *next;
iterator = descr->handlers.next; iterator = descr->handlers.next;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment