aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util/ZUtil.v')
-rw-r--r--src/Util/ZUtil.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Util/ZUtil.v b/src/Util/ZUtil.v
index 2d3f24c07..a9dcde3d9 100644
--- a/src/Util/ZUtil.v
+++ b/src/Util/ZUtil.v
@@ -2563,8 +2563,6 @@ Module Z.
repeat match goal with
| [ |- context[?x mod ?y] ]
=> rewrite (Z.mod_small x y) by rewrite_mod_small_solver
- | [ |- context[(?a mod ?n) mod ?m] ]
- => rewrite (mod_mod_small a n m) by rewrite_mod_small_solver
end.
Ltac rewrite_mod_mod_small :=
repeat match goal with