Skip to content

Commit aed4738

Browse files
committed
review feedback: remove line that I commented out
1 parent 62a73f8 commit aed4738

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ledger/src/blockstore_db.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ pub(crate) struct Rocks {
416416

417417
impl Rocks {
418418
pub(crate) fn open(path: PathBuf, options: BlockstoreOptions) -> Result<Rocks> {
419-
// let access_type = options.access_type.clone();
420419
let recovery_mode = options.recovery_mode.clone();
421420

422421
fs::create_dir_all(&path)?;

0 commit comments

Comments
 (0)