diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation/CommentNode.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/IntermediateRepresentation/CommentNode.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/CommentNode.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/CommentNode.cs deleted file mode 100644 index d4d87b06..00000000 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/CommentNode.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Graphics.Shader.IntermediateRepresentation -{ - class CommentNode : Operation - { - public string Comment { get; } - - public CommentNode(string comment) : base(Instruction.Comment, null) - { - Comment = comment; - } - } -}
\ No newline at end of file |
