mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
Remove an unused using
This commit is contained in:
parent
bdada99096
commit
1bdee5b371
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user