Skip to content

Commit bdc94a3

Browse files
author
Dave Bartolomeo
committed
Remove unused export
1 parent 29d8c65 commit bdc94a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/variant-analysis/run-remote-query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ async function getControllerRepoFromApi(
593593
}
594594
}
595595

596-
export function removeWorkspaceRefs(qlpack: QlPackFile) {
596+
function removeWorkspaceRefs(qlpack: QlPackFile) {
597597
if (!qlpack.dependencies) {
598598
return;
599599
}

0 commit comments

Comments
 (0)