From 8a5d5f09673f2dbb8fa55ceba6cfcb125bc95121 Mon Sep 17 00:00:00 2001 From: klemens-morgenstern Date: Sat, 4 Jun 2016 16:35:13 +0200 Subject: [PATCH] removed unused variable --- include/boost/process/detail/posix/async_in.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/process/detail/posix/async_in.hpp b/include/boost/process/detail/posix/async_in.hpp index ff8d4c4b..92a60529 100644 --- a/include/boost/process/detail/posix/async_in.hpp +++ b/include/boost/process/detail/posix/async_in.hpp @@ -46,8 +46,6 @@ struct async_in_buffer : ::boost::process::detail::posix::async_handler template inline void on_success(Executor &exec) const { - boost::asio::io_service &is_ser = get_io_service(exec.seq); - auto pipe = this->pipe;