aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTL.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/RTL.v')
-rw-r--r--backend/RTL.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/RTL.v b/backend/RTL.v
index d09cca77..95fa1f82 100644
--- a/backend/RTL.v
+++ b/backend/RTL.v
@@ -36,8 +36,6 @@ Require Import Op Registers.
Definition node := positive.
-Inductive trapping_mode : Type := TRAP | NOTRAP.
-
Inductive instruction: Type :=
| Inop: node -> instruction
(** No operation -- just branch to the successor. *)