diff options
| author | Victor Sohier <1sohiervic@gmail.com> | 2024-05-06 18:20:20 -0400 |
|---|---|---|
| committer | Victor Sohier <1sohiervic@gmail.com> | 2024-05-06 18:20:20 -0400 |
| commit | 56b62996c35ac364f545c034cd731e808b35da20 (patch) | |
| tree | 43c5040aa8dc7dfbca6ce3d22558dc0ddb76c618 /src | |
| parent | 6cb0f5d8c5aa71acf28870afe10295e939a8979d (diff) | |
Remove breakpoint hook
Diffstat (limited to 'src')
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 04464d09f..013638e63 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -1416,7 +1416,6 @@ gb_internal bool is_polymorphic_type_assignable(CheckerContext *c, Type *poly, T break; case StructSoa_Fixed: if (modify_type) { - bool breakpoint = true; Type *type = make_soa_struct_fixed(c, nullptr, poly->Struct.node, poly->Struct.soa_elem, poly->Struct.soa_count, nullptr); gb_memmove(poly, type, gb_size_of(*type)); } |