Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 13, 2024
1 parent 97f4703 commit 6d454ef
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions odilia/src/tower/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@ where
}
}

/*
impl<E> AsyncTryFrom<(E, Arc<Cache>)> for CacheEvent<E>
where
E: EventProperties + Debug,
{
type Error = Error;
type Future = impl Future<Output = Result<Self, Self::Error>>;
fn try_from_async((ev, cache): (E, Arc<Cache>)) -> Self::Future {
CacheEvent::<E>::from_event(ev, cache)
}
}
*/

type Response = Vec<Command>;
type Request = Event;
type Error = OdiliaError;
Expand Down

0 comments on commit 6d454ef

Please sign in to comment.