aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/State/ExceptionCallback.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/State/ExceptionCallback.cs')
-rw-r--r--ARMeilleure/State/ExceptionCallback.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/ARMeilleure/State/ExceptionCallback.cs b/ARMeilleure/State/ExceptionCallback.cs
deleted file mode 100644
index 38d6eef7..00000000
--- a/ARMeilleure/State/ExceptionCallback.cs
+++ /dev/null
@@ -1,5 +0,0 @@
-namespace ARMeilleure.State
-{
- public delegate void ExceptionCallbackNoArgs(ExecutionContext context);
- public delegate void ExceptionCallback(ExecutionContext context, ulong address, int id);
-} \ No newline at end of file