Skip to content

Commit

Permalink
review feedback: remove line that I commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
steviez committed Dec 30, 2024
1 parent 62a73f8 commit aed4738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ledger/src/blockstore_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ pub(crate) struct Rocks {

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

fs::create_dir_all(&path)?;
Expand Down

0 comments on commit aed4738

Please sign in to comment.