2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-26 06:42:26 +00:00

removed unused variable

This commit is contained in:
klemens-morgenstern
2016-06-04 16:35:13 +02:00
parent 326b512df2
commit 8a5d5f0967

View File

@@ -46,8 +46,6 @@ struct async_in_buffer : ::boost::process::detail::posix::async_handler
template <typename Executor>
inline void on_success(Executor &exec) const
{
boost::asio::io_service &is_ser = get_io_service(exec.seq);
auto pipe = this->pipe;