aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Shader/StructuredIr/AstBlockType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics/Shader/StructuredIr/AstBlockType.cs')
-rw-r--r--Ryujinx.Graphics/Shader/StructuredIr/AstBlockType.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics/Shader/StructuredIr/AstBlockType.cs b/Ryujinx.Graphics/Shader/StructuredIr/AstBlockType.cs
deleted file mode 100644
index c12efda9..00000000
--- a/Ryujinx.Graphics/Shader/StructuredIr/AstBlockType.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace Ryujinx.Graphics.Shader.StructuredIr
-{
- enum AstBlockType
- {
- DoWhile,
- If,
- Else,
- ElseIf,
- Main,
- While
- }
-} \ No newline at end of file