Skip to content

Commit afcc05f

Browse files
author
Dave Bartolomeo
committed
Remove unused interface
1 parent 1b7d0da commit afcc05f

File tree

1 file changed

+0
-7
lines changed
  • extensions/ql-vscode/src

1 file changed

+0
-7
lines changed

extensions/ql-vscode/src/cli.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ export interface SourceInfo {
6666
sourceLocationPrefix: string;
6767
}
6868

69-
/**
70-
* The expected output of `codeql resolve qlpacks`.
71-
*/
72-
export interface ResolvedQLPacks {
73-
[index: string]: string[];
74-
}
75-
7669
/**
7770
* The expected output of `codeql resolve tests`.
7871
*/

0 commit comments

Comments
 (0)