Skip to content

Commit 8859a31

Browse files
svyatonikbkchr
authored andcommitted
Revert "add api data() for inbound_lane (#1373)" (#1375)
This reverts commit 9e3cb0c.
1 parent b3c8852 commit 8859a31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bridges/modules/messages/src/inbound_lane.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ impl<S: InboundLaneStorage> InboundLane<S> {
7171
InboundLane { storage }
7272
}
7373

74-
/// Get this lane data
75-
pub fn data(&self) -> InboundLaneData<S::Relayer> {
76-
self.storage.data()
77-
}
78-
7974
/// Receive state of the corresponding outbound lane.
8075
pub fn receive_state_update(
8176
&mut self,

0 commit comments

Comments
 (0)