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

[PATCH] Cleanup unused variable in src/stmt.c #10

Closed
orbitcowboy opened this issue Aug 24, 2014 · 1 comment
Closed

[PATCH] Cleanup unused variable in src/stmt.c #10

orbitcowboy opened this issue Aug 24, 2014 · 1 comment

Comments

@orbitcowboy
Copy link

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;
@drh
Copy link
Owner

drh commented Nov 3, 2014

Fixed. Thanks.

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

2 participants