Revert "add api data() for inbound_lane (#1373)" (#1375)

This reverts commit 9e3cb0c7615a8f06bd32b2f0fcc99a8cc481cd80.
This commit is contained in:
Svyatoslav Nikolsky
2022-04-22 10:40:38 +03:00
committed by Bastian Köcher
parent b3c8852bcf
commit 8859a313cc
@@ -71,11 +71,6 @@ impl<S: InboundLaneStorage> InboundLane<S> {
InboundLane { storage }
}
/// Get this lane data
pub fn data(&self) -> InboundLaneData<S::Relayer> {
self.storage.data()
}
/// Receive state of the corresponding outbound lane.
pub fn receive_state_update(
&mut self,