-
Notifications
You must be signed in to change notification settings - Fork 273
remove an include from goto-programs/goto_program.h #6312
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
Conversation
This removes an unneeded include from goto-programs/goto_program.h, which is widely used.
Codecov Report
@@ Coverage Diff @@
## develop #6312 +/- ##
===========================================
- Coverage 75.98% 75.98% -0.01%
===========================================
Files 1512 1512
Lines 163456 163459 +3
===========================================
- Hits 124204 124203 -1
- Misses 39252 39256 +4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the clean-up, but I do have concerns about the code we had in the first place.
This removes an unneeded include from goto-programs/goto_program.h, which is
widely used.