diff options
| author | gingerBill <bill@gingerbill.org> | 2020-09-22 12:06:05 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-09-22 12:06:05 +0100 |
| commit | 609af3a6513f0a35823089c090077171e87546c5 (patch) | |
| tree | f808bbea32d892c73b89a3b5cbb6da7be8dc1a61 /src/types.cpp | |
| parent | 20e4548999c496b1c35067692403b08649cfb391 (diff) | |
Fix and clean up default procedure parameter code for non-constant types
Diffstat (limited to 'src/types.cpp')
| -rw-r--r-- | src/types.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index 20a6bd901..65f2281aa 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -953,7 +953,6 @@ Type *alloc_type_simd_vector(i64 count, Type *elem) { - //////////////////////////////////////////////////////////////// |