Remove an unused using

This commit is contained in:
Denis Blank 2018-12-09 16:49:03 +01:00
parent bdada99096
commit 1bdee5b371

View File

@ -129,8 +129,6 @@ struct connection_annotation_trait {
/// Finalizes the connection logic of a given connection /// Finalizes the connection logic of a given connection
template <typename Continuable> template <typename Continuable>
static auto finish(Continuable&& continuable) { static auto finish(Continuable&& continuable) {
using continuable_t = traits::unrefcv_t<Continuable>;
using finalizer = connection_finalizer<Strategy>; using finalizer = connection_finalizer<Strategy>;
util::ownership ownership = base::attorney::ownership_of(continuable); util::ownership ownership = base::attorney::ownership_of(continuable);