From 7fc923f2a76402e6771200e013f51d2a316e8472 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Sat, 13 Apr 2019 23:17:44 +0100 Subject: [PATCH] Rebased Former-commit-id: 017002bca2078f48998ecb412480492556082491 --- common/src/msg/client.rs | 2 -- common/src/msg/server.rs | 2 -- 2 files changed, 4 deletions(-) diff --git a/common/src/msg/client.rs b/common/src/msg/client.rs index ffc941b1b6..5a599633d7 100644 --- a/common/src/msg/client.rs +++ b/common/src/msg/client.rs @@ -20,5 +20,3 @@ pub enum ClientMsg { }, Disconnect, } - -impl middleman::Message for ClientMsg {} diff --git a/common/src/msg/server.rs b/common/src/msg/server.rs index bdd86945ca..2f852072bf 100644 --- a/common/src/msg/server.rs +++ b/common/src/msg/server.rs @@ -19,5 +19,3 @@ pub enum ServerMsg { chunk: Box, }, } - -impl middleman::Message for ServerMsg {}