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 HasTopLevelEnums function #9738

Merged
merged 1 commit into from
Apr 5, 2022

Conversation

ronilichtman
Copy link
Contributor

@ronilichtman ronilichtman commented Apr 5, 2022

This will address the following compiler warning:

src/google/protobuf/compiler/python/python_generator.cc:95:13: warning: unused function 'HasTopLevelEnums' [-Wunused-function]

This will address the following compilation error:

```
src/google/protobuf/compiler/python/python_generator.cc:95:13: warning: unused function 'HasTopLevelEnums' [-Wunused-function]
```
@fowles fowles requested review from anandolee and fowles and removed request for anandolee April 5, 2022 14:47
@fowles
Copy link
Member

fowles commented Apr 5, 2022

Thanks for the fix. Will merge after the tests come back

@fowles
Copy link
Member

fowles commented Apr 5, 2022

Failures are unrelated. Merging

@fowles fowles merged commit 205117c into protocolbuffers:main Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants