aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-18 18:33:15 +0100
committergingerBill <bill@gingerbill.org>2021-04-18 18:33:15 +0100
commit2f1c89629021cda7880f010f6a7e2e484fb92a46 (patch)
treef6aa9358a1510b283776ce481b6eaaf20ff97844 /src/check_type.cpp
parent8827818b1d5aa88fee6058a8c93a3df9c363fa1d (diff)
Add `-doc-format` command for the new .odin-doc file format (to be used to generate documentation tools)
Diffstat (limited to 'src/check_type.cpp')
-rw-r--r--src/check_type.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp
index 8420c4687..de81592c8 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -2461,7 +2461,6 @@ bool check_procedure_type(CheckerContext *ctx, Type *type, Ast *proc_type_node,
type->Proc.specialization_count = specialization_count;
type->Proc.diverging = pt->diverging;
type->Proc.optional_ok = optional_ok;
- type->Proc.tags = pt->tags;
if (param_count > 0) {
Entity *end = params->Tuple.variables[param_count-1];