aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglondu2007-12-07 13:29:49 +0000
committerglondu2007-12-07 13:29:49 +0000
commit8b327a118a02e8c29f1c49774c6b2d78e2179b79 (patch)
tree9538736ef48fa547783bb17017e944a353da9035
parent842edebdba36127ab6a8760e02ffd36051e59a58 (diff)
Petit oubli de thery.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10351 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--theories/Ints/num/QbiMake.v2
-rw-r--r--theories/Ints/num/QifMake.v2
2 files changed, 0 insertions, 4 deletions
diff --git a/theories/Ints/num/QbiMake.v b/theories/Ints/num/QbiMake.v
index 3583c5eece..9eb5de5e18 100644
--- a/theories/Ints/num/QbiMake.v
+++ b/theories/Ints/num/QbiMake.v
@@ -235,8 +235,6 @@ Module Qbi.
| BigN.N4 _ => false
| BigN.N5 _ => false
| BigN.N6 _ => false
- | BigN.N7 _ => false
- | BigN.N8 _ => false
| _ => true
end.
diff --git a/theories/Ints/num/QifMake.v b/theories/Ints/num/QifMake.v
index 6539ea6ab5..c5fc425209 100644
--- a/theories/Ints/num/QifMake.v
+++ b/theories/Ints/num/QifMake.v
@@ -169,8 +169,6 @@ Module Qif.
| BigN.N4 _ => false
| BigN.N5 _ => false
| BigN.N6 _ => false
- | BigN.N7 _ => false
- | BigN.N8 _ => false
| _ => true
end.