aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/setoid_ring/NArithRing.v
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/setoid_ring/NArithRing.v')
-rw-r--r--contrib/setoid_ring/NArithRing.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/setoid_ring/NArithRing.v b/contrib/setoid_ring/NArithRing.v
index 33e3cb4ec..65749cb7e 100644
--- a/contrib/setoid_ring/NArithRing.v
+++ b/contrib/setoid_ring/NArithRing.v
@@ -13,7 +13,6 @@ Import InitialRing.
Set Implicit Arguments.
Ltac isNcst t :=
- let t := eval hnf in t in
match t with
N0 => constr:true
| Npos ?p => isNcst p