Skip to content

Commit

Permalink
remove unused bytes_written
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed May 13, 2022
1 parent e01413a commit 5e2042f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage-bigtable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,6 @@ impl LedgerStorage {
slot: Slot,
confirmed_block: VersionedConfirmedBlock,
) -> Result<()> {
let mut bytes_written: usize = 0;

let mut by_addr: HashMap<&Pubkey, Vec<TransactionByAddrInfo>> = HashMap::new();

let mut tx_cells = vec![];
Expand Down

0 comments on commit 5e2042f

Please sign in to comment.