aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Decoder/IAOpCodeSimd.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ChocolArm64/Decoder/IAOpCodeSimd.cs')
-rw-r--r--ChocolArm64/Decoder/IAOpCodeSimd.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ChocolArm64/Decoder/IAOpCodeSimd.cs b/ChocolArm64/Decoder/IAOpCodeSimd.cs
deleted file mode 100644
index 19032ad9..00000000
--- a/ChocolArm64/Decoder/IAOpCodeSimd.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace ChocolArm64.Decoder
-{
- interface IAOpCodeSimd : IAOpCode
- {
- int Size { get; }
- }
-} \ No newline at end of file