Remove unused interface

This commit is contained in:
Dave Bartolomeo
2020-02-14 18:07:22 -07:00
parent 1b7d0da277
commit afcc05fb03

View File

@@ -66,13 +66,6 @@ export interface SourceInfo {
sourceLocationPrefix: string;
}
/**
* The expected output of `codeql resolve qlpacks`.
*/
export interface ResolvedQLPacks {
[index: string]: string[];
}
/**
* The expected output of `codeql resolve tests`.
*/