Skip to content

Commit 92e519b

Browse files
nit
1 parent a9e5e44 commit 92e519b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

consensus/src/marshal/core/floor.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ impl<S: CertificateScheme, C: Digest> Floor<S, C> {
6666
}
6767
}
6868

69-
pub(super) const fn processed_height(&self) -> Option<Height> {
70-
self.processed.height
71-
}
72-
7369
pub(super) const fn processed_height_floor(&self) -> Height {
7470
match self.processed.height {
7571
Some(height) => height,

0 commit comments

Comments
 (0)