aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-11-12 23:40:13 +0000
committergingerBill <bill@gingerbill.org>2020-11-12 23:40:13 +0000
commita64ea342df4cffa881b5829b8864e22fb9e116ab (patch)
treea5e649d8356e7165e8eaf2c80c3bbdbfcf58c253 /src/types.cpp
parentfa284f9a5a6d68d2887b759df324d98b33f41b9c (diff)
Improve USE_NEW_LLVM_ABI_SYSTEM's System V ABI
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 528ea3a2d..1a55c9b05 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -2388,7 +2388,6 @@ Selection lookup_field_from_index(Type *type, i64 index) {
return empty_selection;
}
-
Entity *scope_lookup_current(Scope *s, String const &name);
Selection lookup_field_with_selection(Type *type_, String field_name, bool is_type, Selection sel, bool allow_blank_ident) {