aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Translation/ILOpCodeLog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Translation/ILOpCodeLog.cs')
-rw-r--r--ChocolArm64/Translation/ILOpCodeLog.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/ChocolArm64/Translation/ILOpCodeLog.cs b/ChocolArm64/Translation/ILOpCodeLog.cs
deleted file mode 100644
index 53846f92..00000000
--- a/ChocolArm64/Translation/ILOpCodeLog.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace ChocolArm64.Translation
-{
- struct ILOpCodeLog : IILEmit
- {
- public string Text { get; }
-
- public ILOpCodeLog(string text)
- {
- Text = text;
- }
-
- public void Emit(ILMethodBuilder context)
- {
- context.Generator.EmitWriteLine(Text);
- }
- }
-} \ No newline at end of file