diff options
| author | gingerBill <bill@gingerbill.org> | 2021-10-20 17:00:14 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-10-20 17:00:14 +0100 |
| commit | e6f725dc2c71d960defda3aa549b47e0cd043c70 (patch) | |
| tree | 545853b0671c389766fae2209d9696912d0d4307 /src/check_builtin.cpp | |
| parent | 3e4c2e49320b6ddd905b38fc884ec47aa8da7748 (diff) | |
Minor fix for parapoly matrix types
Diffstat (limited to 'src/check_builtin.cpp')
| -rw-r--r-- | src/check_builtin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_builtin.cpp b/src/check_builtin.cpp index 7dc4784f8..1535dc2a2 100644 --- a/src/check_builtin.cpp +++ b/src/check_builtin.cpp @@ -2168,7 +2168,6 @@ bool check_builtin_procedure(CheckerContext *c, Operand *operand, Ast *call, i32 break; } - case BuiltinProc_simd_vector: { Operand x = {}; Operand y = {}; |