|
|
@@ -300,9 +300,4 @@ auto HandleInst(FunctionContext& context, SemIR::InstId inst_id,
|
|
|
context.CreateAlloca(context.GetTypeOfInst(inst_id)));
|
|
|
}
|
|
|
|
|
|
-auto HandleInst(FunctionContext& /*context*/, SemIR::InstId /*inst_id*/,
|
|
|
- SemIR::VtablePtr /*inst*/) -> void {
|
|
|
- CARBON_FATAL("`VtablePtr` insts should always be constant");
|
|
|
-}
|
|
|
-
|
|
|
} // namespace Carbon::Lower
|