mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 23:38:10 -05:00
rm
This commit is contained in:
@@ -204,12 +204,6 @@ impl<'a, CURSOR, N: NodePrimitives> EitherWriter<'a, CURSOR, N> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Stub version for non-RocksDB builds.
|
||||
#[cfg(not(all(unix, feature = "rocksdb")))]
|
||||
pub fn into_raw_rocksdb_batch(self) -> Option<()> {
|
||||
None
|
||||
}
|
||||
|
||||
/// Increment the block number.
|
||||
///
|
||||
/// Relevant only for [`Self::StaticFile`]. It is a no-op for [`Self::Database`].
|
||||
|
||||
Reference in New Issue
Block a user