diff --git a/odilia/src/tower/handlers.rs b/odilia/src/tower/handlers.rs index 8d6a4a2f..6c5d3980 100644 --- a/odilia/src/tower/handlers.rs +++ b/odilia/src/tower/handlers.rs @@ -45,19 +45,6 @@ where } } -/* -impl AsyncTryFrom<(E, Arc)> for CacheEvent -where - E: EventProperties + Debug, -{ - type Error = Error; - type Future = impl Future>; - fn try_from_async((ev, cache): (E, Arc)) -> Self::Future { - CacheEvent::::from_event(ev, cache) - } -} -*/ - type Response = Vec; type Request = Event; type Error = OdiliaError;