Skip to content

Commit cb4dcc8

Browse files
Delete remoteDbKinds and localDbKinds
1 parent 3126c8d commit cb4dcc8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

extensions/ql-vscode/src/databases/db-item.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ export enum DbItemKind {
1111
RemoteRepo = "RemoteRepo",
1212
}
1313

14-
export const remoteDbKinds = [
15-
DbItemKind.RootRemote,
16-
DbItemKind.RemoteSystemDefinedList,
17-
DbItemKind.RemoteUserDefinedList,
18-
DbItemKind.RemoteOwner,
19-
DbItemKind.RemoteRepo,
20-
];
21-
22-
export const localDbKinds = [
23-
DbItemKind.RootLocal,
24-
DbItemKind.LocalList,
25-
DbItemKind.LocalDatabase,
26-
];
27-
2814
export enum DbListKind {
2915
Local = "Local",
3016
Remote = "Remote",

0 commit comments

Comments
 (0)