Skip to content

Commit

Permalink
Revert "add api data() for inbound_lane (#1373)" (#1375)
Browse files Browse the repository at this point in the history
This reverts commit 9e3cb0c.
  • Loading branch information
svyatonik authored and bkchr committed Apr 10, 2024
1 parent b3c8852 commit 8859a31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bridges/modules/messages/src/inbound_lane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8859a31

Please sign in to comment.