fix style report
This commit is contained in:
parent
80ea8e0fe7
commit
cac59f95e9
2 changed files with 0 additions and 3 deletions
|
@ -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++)
|
||||
|
|
|
@ -17,8 +17,6 @@ namespace Ryujinx.HLE.Generators
|
|||
return;
|
||||
}
|
||||
|
||||
var name = classDeclaration.Identifier.ToString();
|
||||
|
||||
Types.Add(classDeclaration);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue