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 references to HAVE_PTHREAD #9100

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

acozzette
Copy link
Member

This is based on @haberman's changes in #8257. Now that we're using
std::mutex we no longer need to check whether pthreads are available, so
this commit removes references to HAVE_PTHREAD. I left the autotools
build alone, though, since we are likely to drop support for it soon
anyway.

This is based on @haberman's changes in protocolbuffers#8257. Now that we're using
std::mutex we no longer need to check whether pthreads are available, so
this commit removes references to HAVE_PTHREAD. I left the autotools
build alone, though, since we are likely to drop support for it soon
anyway.
@acozzette acozzette merged commit d049bce into protocolbuffers:master Oct 15, 2021
@acozzette acozzette deleted the pthread branch October 15, 2021 20:10
@redbaron
Copy link

@acozzette , cmake still has

find_package(Threads REQUIRED)

is it intentional?

@acozzette
Copy link
Member Author

I think that line is probably OK to remove.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants