Message ID | 1346312203-29456-2-git-send-email-levinsasha928@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tools/kvm/ioeventfd.c b/tools/kvm/ioeventfd.c index 226876f..742b008 100644 --- a/tools/kvm/ioeventfd.c +++ b/tools/kvm/ioeventfd.c @@ -44,7 +44,6 @@ static void *ioeventfd__thread(void *param) } done: - tmp = 1; tmp = write(epoll_stop_fd, &tmp, sizeof(tmp)); return NULL;
Signed-off-by: Sasha Levin <levinsasha928@gmail.com> --- tools/kvm/ioeventfd.c | 1 - 1 file changed, 1 deletion(-)