Skip to content

Commit b2c329b

Browse files
committed
chore: remove unused exists function
1 parent 4292689 commit b2c329b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/scripts/libmongocrypt.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ function resolveRoot(...paths) {
1515
return path.resolve(__dirname, '..', '..', ...paths);
1616
}
1717

18-
async function exists(fsPath) {
19-
try {
20-
await fs.access(fsPath);
21-
return true;
22-
} catch {
23-
return false;
24-
}
25-
}
26-
2718
async function parseArguments() {
2819
const pkg = JSON.parse(await fs.readFile(resolveRoot('package.json'), 'utf8'));
2920

0 commit comments

Comments
 (0)