aboutsummaryrefslogtreecommitdiff
path: root/Spv.Generator/OperandType.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Spv.Generator/OperandType.cs')
-rw-r--r--Spv.Generator/OperandType.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Spv.Generator/OperandType.cs b/Spv.Generator/OperandType.cs
deleted file mode 100644
index 06e8e1fb..00000000
--- a/Spv.Generator/OperandType.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-namespace Spv.Generator
-{
- public enum OperandType
- {
- Invalid,
- Number,
- String,
- Instruction,
- }
-}