aboutsummaryrefslogtreecommitdiff
path: root/src/Compilers/Z/InlineConstAndOpWf.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Compilers/Z/InlineConstAndOpWf.v')
-rw-r--r--src/Compilers/Z/InlineConstAndOpWf.v11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/Compilers/Z/InlineConstAndOpWf.v b/src/Compilers/Z/InlineConstAndOpWf.v
deleted file mode 100644
index aa0f41d07..000000000
--- a/src/Compilers/Z/InlineConstAndOpWf.v
+++ /dev/null
@@ -1,11 +0,0 @@
-Require Import Crypto.Compilers.Syntax.
-Require Import Crypto.Compilers.Wf.
-Require Import Crypto.Compilers.InlineConstAndOpWf.
-Require Import Crypto.Compilers.Z.Syntax.
-Require Import Crypto.Compilers.Z.InlineConstAndOp.
-
-Definition Wf_InlineConstAndOp {t} (e : Expr t) (Hwf : Wf e)
- : Wf (InlineConstAndOp e)
- := @Wf_InlineConstAndOp _ _ _ _ _ t e Hwf.
-
-Hint Resolve Wf_InlineConstAndOp : wf.