We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please review the attached patch, it removes an unused variable in src/stmt.c
Best regards and many thanks
Martin Ettl
diff --git a/src/stmt.c b/src/stmt.c index a591d42..2e2e916 100755 --- a/src/stmt.c +++ b/src/stmt.c @@ -38,7 +38,6 @@ Code code(int kind) { return cp; } int reachable(int kind) { - Code cp; if (kind > Start) { Code cp;
The text was updated successfully, but these errors were encountered:
Fixed. Thanks.
Sorry, something went wrong.
No branches or pull requests
Please review the attached patch, it removes an unused variable in src/stmt.c
Best regards and many thanks
Martin Ettl
The text was updated successfully, but these errors were encountered: