2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Remove redundant code after end of endless for loop.

[SVN r34487]
This commit is contained in:
Christopher Kohlhoff
2006-07-09 06:59:50 +00:00
parent 66ce772f7a
commit 5e2d09cdf2

View File

@@ -87,9 +87,6 @@ std::size_t read(Sync_Read_Stream& s,
return total_transferred;
}
}
typename Sync_Read_Stream::error_type e;
error_handler(e);
return total_transferred;
}
template <typename Sync_Read_Stream, typename Allocator>