aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-09-22 12:06:05 +0100
committergingerBill <bill@gingerbill.org>2020-09-22 12:06:05 +0100
commit609af3a6513f0a35823089c090077171e87546c5 (patch)
treef808bbea32d892c73b89a3b5cbb6da7be8dc1a61 /src/types.cpp
parent20e4548999c496b1c35067692403b08649cfb391 (diff)
Fix and clean up default procedure parameter code for non-constant types
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
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) {
-
////////////////////////////////////////////////////////////////