Skip to content

Removed unused host variable in createProgramHost #37278

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

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

JoshuaKGoldberg
Copy link
Contributor

As stated in #26417, host is only ever written to and never read from. createProgramHost is the only place I could find that provides a member for ProgramHost's onCachedDirectoryStructureHostCreate, so that's removed as well.

Fixes #26417.

As stated in 26417, `host` is only ever written to and never read from. `createProgramHost` is the only place I could find that provides a member for `ProgramHost`'s `onCachedDirectoryStructureHostCreate`, so that's removed as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unused variable in createWatchCompilerHost.
2 participants