From 1a678b14088da2b3c953bca9504640b202ced13d Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Fri, 22 Apr 2022 10:40:38 +0300 Subject: [PATCH] Revert "add api data() for inbound_lane (#1373)" (#1375) This reverts commit 9e3cb0c7615a8f06bd32b2f0fcc99a8cc481cd80. --- bridges/modules/messages/src/inbound_lane.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bridges/modules/messages/src/inbound_lane.rs b/bridges/modules/messages/src/inbound_lane.rs index 6560df2acd42d..00875bb878a82 100644 --- a/bridges/modules/messages/src/inbound_lane.rs +++ b/bridges/modules/messages/src/inbound_lane.rs @@ -71,11 +71,6 @@ impl InboundLane { InboundLane { storage } } - /// Get this lane data - pub fn data(&self) -> InboundLaneData { - self.storage.data() - } - /// Receive state of the corresponding outbound lane. pub fn receive_state_update( &mut self,