From 26fe9893e44f2869f88b03c7a70db5e8b0a94ef1 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 21 Mar 2017 17:32:43 -0400 Subject: Remove a line I forgot to remove in the previous commit --- src/Util/ZUtil.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Util/ZUtil.v') 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 -- cgit v1.2.3