Skip to content

Commit

Permalink
Dont' need second ghost thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Dec 15, 2024
1 parent 90f7a44 commit 39cfd38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/IKVM.Runtime/LambdaMetafactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,11 +696,6 @@ static void EmitDispatch(RuntimeByteCodeJavaType.FinishContext context, RuntimeJ
// convert to ghost type
Aj.EmitConvStackTypeToSignatureType(ilgen, Ti);
}
else if (Ti.IsGhost)
{
// convert from ghost type
Ti.EmitConvSignatureTypeToStackType(ilgen);
}
}
}

Expand Down

0 comments on commit 39cfd38

Please sign in to comment.