Skip to content

Commit 66a6461

Browse files
committed
Remove commented out code.
1 parent 00ac424 commit 66a6461

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

toolchain/sem_ir/type_iterator.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ auto TypeIterator::ProcessTypeId(TypeId type_id) -> std::optional<Step> {
148148
return Step::PartialStart();
149149
}
150150
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-
// }
158151
Push(EndType());
159152
PushInstId(pointer_type.pointee_id);
160153
return Step::PointerStart();

0 commit comments

Comments
 (0)