aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Translation/CallType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Translation/CallType.cs')
-rw-r--r--ChocolArm64/Translation/CallType.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/ChocolArm64/Translation/CallType.cs b/ChocolArm64/Translation/CallType.cs
deleted file mode 100644
index 937ede76..00000000
--- a/ChocolArm64/Translation/CallType.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace ChocolArm64.Translation
-{
- enum CallType
- {
- Call,
- VirtualCall,
- VirtualJump
- }
-} \ No newline at end of file