Remove unused function from CPU

This commit is contained in:
gdkchan 2018-03-14 00:57:07 -03:00
parent 5bdaf351a0
commit c29235420d
2 changed files with 0 additions and 20 deletions

View file

@ -7,7 +7,6 @@ namespace ChocolArm64.Instruction
{
static partial class AInstEmit
{
public static void Crc32b(AILEmitterCtx Context)
{
EmitCrc32(Context, nameof(ASoftFallback.Crc32b));