Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Mar 5, 2024
1 parent e9ffe55 commit d5c6d2d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -668,16 +668,6 @@ function generateContentManifest (m, key) {
}
}

async function getBlobsLengthFromCheckout (drive, checkout) {
const c = drive.db.checkout(checkout)

try {
return await getBlobsLength(c)
} finally {
await c.close()
}
}

async function getBlobsLength (db) {
let length = 0

Expand Down

0 comments on commit d5c6d2d

Please sign in to comment.