diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-08-27 19:24:30 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-08-27 19:24:30 +0100 |
| commit | 2d20bde4958c001beca98903826c3e82d972a8d3 (patch) | |
| tree | 15ce7108cc8b4cf86e5f1ca9a1c3b89a2323ab06 /src/ssa.cpp | |
| parent | b9e347ef5072ac3d1f8dcc1ba2d678109f9ff016 (diff) | |
Remove () grouping for `foreign_library`
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); |