aboutsummaryrefslogtreecommitdiff
path: root/src/Util/ZUtil.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-03-21 17:32:43 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-03-21 17:32:43 -0400
commit26fe9893e44f2869f88b03c7a70db5e8b0a94ef1 (patch)
tree3a8823f382760ee99203a3c2b636d8f374f27f71 /src/Util/ZUtil.v
parent2e3d67952aff6115983a012b3c8420fa9297a1dd (diff)
Remove a line I forgot to remove in the previous commit
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