Skip to content

Conversation

@rhl-
Copy link
Member

@rhl- rhl- commented Nov 19, 2016

This PR addresses another linter issue.

@rhl- rhl- added the bug label Nov 19, 2016
@rhl- rhl- added this to the Release 0.87 milestone Nov 19, 2016
fprintf(stderr,"No initial representation could be found.\n");
exit(3);
return 3;
//exit(3);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is generally bad practice to leave the old code commented out since we have version control.

Also, are you ensuring that the returned 3 properly propagates?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upon further review, modulo removing the commented out line, I approve this PR, as the only callsite asserts that the return value is zero.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment removed.

@poulson
Copy link
Member

poulson commented Nov 19, 2016

It is a good idea to CC @rocanale and @pauldj since they likely want to make the equivalent changes upstream as well.

@rhl- rhl- merged commit 376e8c7 into master Nov 19, 2016
@jeffhammond jeffhammond deleted the pmrrr_calls_exist branch August 18, 2017 23:27
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.

3 participants