Skip to content

Commit 9f1299d

Browse files
author
Bart Schuurmans
committed
Remove unused utils.findBscBinary()
1 parent 08f321a commit 9f1299d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/src/utils.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ export let findBinary = (
7878
}
7979
};
8080

81-
export let findBscBinary = (
82-
binaryDirPath: p.DocumentUri | null
83-
): p.DocumentUri | null => {
84-
return findBinary(binaryDirPath, c.bscBinName);
85-
};
86-
8781
type execResult =
8882
| {
8983
kind: "success";

0 commit comments

Comments
 (0)