We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4dcc8 commit 6fbe95aCopy full SHA for 6fbe95a
1 file changed
extensions/ql-vscode/src/databases/db-item.ts
@@ -89,12 +89,6 @@ export interface RemoteRepoDbItem {
89
parentListName?: string;
90
}
91
92
-export function isRemoteSystemDefinedListDbItem(
93
- dbItem: DbItem,
94
-): dbItem is RemoteSystemDefinedListDbItem {
95
- return dbItem.kind === DbItemKind.RemoteSystemDefinedList;
96
-}
97
-
98
export function isRemoteUserDefinedListDbItem(
99
dbItem: DbItem,
100
): dbItem is RemoteUserDefinedListDbItem {
0 commit comments