aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze.cpp')
-rw-r--r--src/analyze.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp
index 8f127ba00d..e78dea22aa 100644
--- a/src/analyze.cpp
+++ b/src/analyze.cpp
@@ -1336,7 +1336,6 @@ static void resolve_struct_type(CodeGen *g, TypeTableEntry *struct_type) {
Scope *scope = &struct_type->data.structure.decls_scope->base;
- //if (buf_eql_str(&struct_type->name, "Particle")) { BREAKPOINT; }
for (size_t i = 0; i < field_count; i += 1) {
TypeStructField *type_struct_field = &struct_type->data.structure.fields[i];
TypeTableEntry *field_type = type_struct_field->type_entry;