diff options
| -rw-r--r-- | theories/Ints/num/QbiMake.v | 2 | ||||
| -rw-r--r-- | theories/Ints/num/QifMake.v | 2 |
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. |
