Skip to content

Commit 0cdcd2c

Browse files
Delete hasStateForActiveDb as it is unused
1 parent 83a6b5a commit 0cdcd2c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extensions/ql-vscode/src/model-editor/modeling-store.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ export class ModelingStore extends DisposableObject {
113113
return this.state.get(this.activeDb);
114114
}
115115

116-
public hasStateForActiveDb(): boolean {
117-
return !!this.getStateForActiveDb();
118-
}
119-
120116
public anyDbsBeingModeled(): boolean {
121117
return this.state.size > 0;
122118
}

0 commit comments

Comments
 (0)