fix style report

This commit is contained in:
Emmanuel Hansen 2024-07-22 09:14:25 +00:00
parent 80ea8e0fe7
commit cac59f95e9
2 changed files with 0 additions and 3 deletions

View file

@ -33,7 +33,6 @@ namespace Ryujinx.Graphics.Device
}
var fields = typeof(TState).GetFields();
var t = typeof(TState);
int offset = 0;
for (int fieldIndex = 0; fieldIndex < fields.Length; fieldIndex++)

View file

@ -17,8 +17,6 @@ namespace Ryujinx.HLE.Generators
return;
}
var name = classDeclaration.Identifier.ToString();
Types.Add(classDeclaration);
}
}