Skip to content

Commit 7b113a2

Browse files
committed
Do not export NamedLocal as it is never imported.
There's a linting check that fails if we export something without importing it anywhere.
1 parent 0da5e5b commit 7b113a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/log-insights/log-summary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface InLayer extends ResultEventBase {
6363
predicateIterationMillis: number[];
6464
}
6565

66-
export interface NamedLocal extends ResultEventBase {
66+
interface NamedLocal extends ResultEventBase {
6767
evaluationStrategy: "NAMED_LOCAL";
6868
deltaSizes: number[];
6969
ra: Ra;

0 commit comments

Comments
 (0)