summaryrefslogtreecommitdiff
path: root/inc/instrDTO.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-22 23:55:32 -0400
committerbd <bdunahu@operationnull.com>2025-04-22 23:55:32 -0400
commit263a5d86e0b1acde39523bdd9a49521752255c72 (patch)
tree9267d91cf1624a9fc092d5f2f5ddc05cc2716129 /inc/instrDTO.h
parent302bbdc7ac18cd355f9f081cae202f5434427262 (diff)
Remove 'type' field out of InstrDTO
Diffstat (limited to 'inc/instrDTO.h')
-rw-r--r--inc/instrDTO.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/instrDTO.h b/inc/instrDTO.h
index 7775b20..6ab14b2 100644
--- a/inc/instrDTO.h
+++ b/inc/instrDTO.h
@@ -48,11 +48,6 @@ struct InstrDTO {
* The mnemonic of the instruction.
*/
Mnemonic mnemonic;
- // TODO delete me
- /**
- * Type of the instruction
- */
- Type type;
/**
* The register this instruction checks out.
*/