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