Remove () grouping for foreign_library

This commit is contained in:
Ginger Bill
2017-08-27 19:24:30 +01:00
parent b9e347ef50
commit 2d20bde495
12 changed files with 133 additions and 370 deletions
-6
View File
@@ -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);