aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-04-19 02:13:29 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-04-19 02:13:29 +0200
commitc708f649ece3859306765964b22eba6302a1cd34 (patch)
tree486743fccc01b2f9e15ac5c2e471f046047f922b /src/types.cpp
parentf7b8b3a3400a28c4f35a6e10885bb0f0142441c8 (diff)
parentae04af4e4ed4ecd521e1a915edd5b8637b1f40ce (diff)
Merge remote-tracking branch 'upstream/master' into prototype-fmt
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 143b08c63..7d85aa6bb 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -195,7 +195,6 @@ struct TypeProc {
Type * results; // Type_Tuple
i32 param_count;
i32 result_count;
- u64 tags;
isize specialization_count;
ProcCallingConvention calling_convention;
i32 variadic_index;