aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-07-30 23:14:29 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-07-30 23:14:29 +0100
commit7057fc8dfc960ad3e7ea4f76deeaafd0cdcf4cf6 (patch)
tree7f1e406f8d6fb16bf97b68251fc8524cfcd833cf /src/check_type.cpp
parentaa6a7498045788b318436db22e44b763799a4c22 (diff)
Remove the semantics of `#no_copy`, keep the grammar
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 5f9540ee0..79705b928 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -646,7 +646,6 @@ gb_internal void check_struct_type(CheckerContext *ctx, Type *struct_type, Ast *
struct_type->Struct.node = node;
struct_type->Struct.scope = ctx->scope;
struct_type->Struct.is_packed = st->is_packed;
- struct_type->Struct.is_no_copy = st->is_no_copy;
struct_type->Struct.polymorphic_params = check_record_polymorphic_params(
ctx, st->polymorphic_params,
&struct_type->Struct.is_polymorphic,