aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze.cpp')
-rw-r--r--src/analyze.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp
index ac9563c8a3..1c9ddb7e2e 100644
--- a/src/analyze.cpp
+++ b/src/analyze.cpp
@@ -1393,8 +1393,6 @@ static void resolve_struct_type(CodeGen *g, TypeTableEntry *struct_type) {
ZigLLVMReplaceTemporary(g->dbuilder, struct_type->di_type, replacement_di_type);
struct_type->di_type = replacement_di_type;
-
- assert((debug_size_in_bits == 0) == struct_type->zero_bits);
}
static void resolve_union_type(CodeGen *g, TypeTableEntry *union_type) {