Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some dead code in base/parts/tree/ #70867

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Mar 21, 2019

There were a few interface methods that were only referenced by their implementation and never actually called. I ran into these while trying to convert some nulls to undefined.

This change removes these uncalled methods

There were a few interface methods that were only referenced by their implementation and never actually called. Remove these
@mjbvz mjbvz self-assigned this Mar 21, 2019
@mjbvz mjbvz requested a review from joaomoreno March 21, 2019 00:35
@joaomoreno
Copy link
Member

Related to #69955

@joaomoreno joaomoreno added this to the March 2019 milestone Mar 21, 2019
@joaomoreno joaomoreno added the tree-widget Tree widget issues label Mar 21, 2019
@joaomoreno
Copy link
Member

Actually, we have to be careful. The tree is being used outside of our context, in the Azure console. Adding @chrmarti

Copy link
Contributor

@chrmarti chrmarti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. The CloudShell doesn't use that many features (I just checked).

@mjbvz mjbvz merged commit 963bf55 into microsoft:master Mar 21, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tree-widget Tree widget issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants