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 unused Temporal interface #3761

Merged
merged 1 commit into from
Dec 23, 2022
Merged

Conversation

MichaelSnowden
Copy link
Contributor

What changed?
I removed the Temporal interface in ./host, and I also made the newTemporal method unexported.

Why?
The Temporal interface was not used, and the newTemporal method returns an unexported type, so it should also be unexported.

How did you test it?
CI

Potential risks
There could be some people who rely on this interface currently. However, the temporalImpl struct doesn't even implement this interface, so I'm not sure how they'd be using it.

Is hotfix candidate?
No.

@MichaelSnowden MichaelSnowden requested a review from a team as a code owner December 22, 2022 19:14
@MichaelSnowden MichaelSnowden merged commit ba2d711 into master Dec 23, 2022
@MichaelSnowden MichaelSnowden deleted the snowden/temporal-iface branch December 23, 2022 03:17
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.

2 participants