diff --git a/include/ircd/m/event/fetch.h b/include/ircd/m/event/fetch.h index a235e39a9..2c8c311d0 100644 --- a/include/ircd/m/event/fetch.h +++ b/include/ircd/m/event/fetch.h @@ -57,10 +57,6 @@ struct ircd::m::event::fetch fetch(const id &, const opts & = default_opts); fetch(const idx &, const opts & = default_opts); fetch(const opts & = default_opts); - fetch(fetch &&) = delete; - fetch(const fetch &) = delete; - fetch &operator=(fetch &&) = delete; - fetch &operator=(const fetch &) = delete; static bool event_id(const idx &, std::nothrow_t, const id::closure &); static void event_id(const idx &, const id::closure &);