summaryrefslogtreecommitdiff
path: root/src/ir
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir')
-rw-r--r--src/ir/subtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ir/subtypes.h b/src/ir/subtypes.h
index 7cc633a75..488bb8310 100644
--- a/src/ir/subtypes.h
+++ b/src/ir/subtypes.h
@@ -122,7 +122,6 @@ struct SubTypes {
}
// Add the max depths of basic types.
- // TODO: update when we get structtype
for (auto type : types) {
HeapType basic;
if (type.isStruct()) {