diff options
Diffstat (limited to 'src/ssa.cpp')
| -rw-r--r-- | src/ssa.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ssa.cpp b/src/ssa.cpp index 25afef118..5bd149d5a 100644 --- a/src/ssa.cpp +++ b/src/ssa.cpp @@ -1935,12 +1935,6 @@ void ssa_build_stmt_internal(ssaProc *p, AstNode *node) { case_end; case_ast_node(us, UsingStmt, node); - for_array(i, us->list) { - AstNode *decl = unparen_expr(us->list[i]); - if (decl->kind == AstNode_GenDecl) { - ssa_build_stmt(p, decl); - } - } case_end; case_ast_node(ws, WhenStmt, node); |