Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Sep 13, 2023
1 parent 855e567 commit eab651e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/zowe-explorer/src/shared/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ export function isMigrated(node: TreeItem): boolean {
return new RegExp("^(" + globals.DS_MIGRATED_FILE_CONTEXT + ")").test(node.contextValue);
}

export function isFileSelectedForCompare(node: TreeItem): boolean {
return new RegExp("^(" + globals.FILE_SELECTED_TO_COMPARE + ")").test(node.contextValue);
}

/**
* Helper function which identifies if the node has an error
* @param node
Expand Down

0 comments on commit eab651e

Please sign in to comment.