We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ac424 commit 66a6461Copy full SHA for 66a6461
toolchain/sem_ir/type_iterator.cpp
@@ -148,13 +148,6 @@ auto TypeIterator::ProcessTypeId(TypeId type_id) -> std::optional<Step> {
148
return Step::PartialStart();
149
}
150
case CARBON_KIND(PointerType pointer_type): {
151
- // InstId pointee_inst_id = pointer_type.pointee_id;
152
- // TypeId pointee_type_id =
153
- // sem_ir_->types().GetTypeIdForTypeInstId(pointee_inst_id);
154
- // if (sem_ir_->types().Is<CustomCppVoidType>(pointee_type_id)) {
155
- // return Step::ConcreteType{.type_id =
156
- // CustomCppVoidPointerType::TypeId};
157
- // }
158
Push(EndType());
159
PushInstId(pointer_type.pointee_id);
160
return Step::PointerStart();
0 commit comments