diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-25 20:03:05 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-25 20:03:05 +0100 |
| commit | cb2e6ea31db90ca80314e5ff8ce8f43371fade7c (patch) | |
| tree | a58df81b7254167e96492a9229402833a96fc715 /src/check_stmt.cpp | |
| parent | 74c683e908fb0fec6c85de099fbbda400d9d6fbe (diff) | |
Remove `use_llvm_api` related checks and other related things
Diffstat (limited to 'src/check_stmt.cpp')
| -rw-r--r-- | src/check_stmt.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp index cad2be85b..a3c9a529c 100644 --- a/src/check_stmt.cpp +++ b/src/check_stmt.cpp @@ -1795,9 +1795,6 @@ void check_stmt_internal(CheckerContext *ctx, Ast *node, u32 flags) { if (is_ptr) use_by_reference_for_value = true; array_add(&vals, t->Struct.soa_elem); array_add(&vals, t_int); - if (!build_context.use_llvm_api) { - error(operand.expr, "#soa structures do not yet support for in loop iteration"); - } } break; } |