aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs')
-rw-r--r--Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs b/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs
deleted file mode 100644
index dabe623f..00000000
--- a/Ryujinx.Graphics.Shader/StructuredIr/AstComment.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace Ryujinx.Graphics.Shader.StructuredIr
-{
- class AstComment : AstNode
- {
- public string Comment { get; }
-
- public AstComment(string comment)
- {
- Comment = comment;
- }
- }
-} \ No newline at end of file