diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2021-04-26 20:50:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-26 20:50:43 +0100 |
| commit | 53c7e65c57ff0042a0851781712d8fc1e5cae8be (patch) | |
| tree | 1640bdc8740d0fa6fbdd8231b5cd0235727cdba5 /src/check_stmt.cpp | |
| parent | aa846d0ea5f40361cc4ada2213c4659fe1b59580 (diff) | |
| parent | a38586420cd2d8534a7be83851d8ca174cce1bcb (diff) | |
Merge pull request #914 from odin-lang/old-backend-removal
Removal of the Old Backend
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; } |