diff options
Diffstat (limited to 'Ryujinx.Graphics/Shader/StructuredIr/AstNode.cs')
| -rw-r--r-- | Ryujinx.Graphics/Shader/StructuredIr/AstNode.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Ryujinx.Graphics/Shader/StructuredIr/AstNode.cs b/Ryujinx.Graphics/Shader/StructuredIr/AstNode.cs deleted file mode 100644 index c667aac9..00000000 --- a/Ryujinx.Graphics/Shader/StructuredIr/AstNode.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Collections.Generic; - -namespace Ryujinx.Graphics.Shader.StructuredIr -{ - class AstNode : IAstNode - { - public AstBlock Parent { get; set; } - - public LinkedListNode<IAstNode> LLNode { get; set; } - } -}
\ No newline at end of file |
