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

useless 'continue;' in mpr.c? #77

Closed
fgh1999 opened this issue Dec 25, 2019 · 1 comment
Closed

useless 'continue;' in mpr.c? #77

fgh1999 opened this issue Dec 25, 2019 · 1 comment

Comments

@fgh1999
Copy link

fgh1999 commented Dec 25, 2019

Sorry to bother you but I'm confused about three lines in mpr.c.

494 if ((dup_neighbor != NULL) && (dup_neighbor->status != NOT_SYM)) {
495 continue;
496 }

But they are at the end of the cycle, so I wonder that what's its meaning...

@fgh1999
Copy link
Author

fgh1999 commented Dec 25, 2019

SORRY·, I got it wrong.

@fgh1999 fgh1999 closed this as completed Dec 25, 2019
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

No branches or pull requests

1 participant