mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
misc: chore: Remove redundant code
This commit is contained in:
@@ -4,17 +4,10 @@ namespace Ryujinx.Graphics.Shader.StructuredIr
|
||||
{
|
||||
class StructuredProgramInfo
|
||||
{
|
||||
public List<StructuredFunction> Functions { get; }
|
||||
public List<StructuredFunction> Functions { get; } = [];
|
||||
|
||||
public HashSet<IoDefinition> IoDefinitions { get; }
|
||||
public HashSet<IoDefinition> IoDefinitions { get; } = [];
|
||||
|
||||
public HelperFunctionsMask HelperFunctionsMask { get; set; }
|
||||
|
||||
public StructuredProgramInfo()
|
||||
{
|
||||
Functions = [];
|
||||
|
||||
IoDefinitions = [];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user