Skip to content

Commit

Permalink
Lint cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Chinmay Das <[email protected]>
  • Loading branch information
chinmdas committed Dec 23, 2024
1 parent 727f9d3 commit 169dccb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vsce/src/trees/CICSTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -590,10 +590,6 @@ export class CICSTree implements TreeDataProvider<CICSSessionTree> {
}
}

async hideCommand(progress: vscode.Progress<T>, token: vscode.CancellationToken){

}

async removeSession(session: CICSSessionTree, profile?: imperative.IProfileLoaded, position?: number) {
const persistentStorage = new PersistentStorage("zowe.cics.persistent");
await persistentStorage.removeLoadedCICSProfile(session.label.toString());
Expand Down

0 comments on commit 169dccb

Please sign in to comment.