From 0f876d25bb38ff00002c986529ca6eebcbf46dff Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 20 Oct 2022 15:03:46 -0600 Subject: [PATCH] well that was duplicated I guess --- src/login/character.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/login/character.rs b/src/login/character.rs index 882ec03..c933438 100644 --- a/src/login/character.rs +++ b/src/login/character.rs @@ -830,14 +830,6 @@ mod test { use libpso::character::{settings, character}; use crate::entity::gateway::{InMemoryGateway, GatewayError}; - impl EntityGateway for () { - type Transaction = (); - } - - impl EntityGatewayTransaction for () { - type ParentGateway = (); - } - #[async_std::test] async fn test_option_send() { #[derive(Clone)]