aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/abstractbb
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-04-28 15:05:00 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-04-28 15:05:00 +0200
commitef1146ce5e56af8fb37c11af1a728b262656528d (patch)
treecd95b4b080b1bc7ab3eeeaa28b0344b1e7fb3bde /scheduling/abstractbb
parent71d69df10047aa5710adb4bcdc75e18bec4dbf27 (diff)
downloadcompcert-kvx-ef1146ce5e56af8fb37c11af1a728b262656528d.tar.gz
compcert-kvx-ef1146ce5e56af8fb37c11af1a728b262656528d.zip
Compatibilité Coq 8.13
Diffstat (limited to 'scheduling/abstractbb')
-rw-r--r--scheduling/abstractbb/AbstractBasicBlocksDef.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/scheduling/abstractbb/AbstractBasicBlocksDef.v b/scheduling/abstractbb/AbstractBasicBlocksDef.v
index 34d72de1..fec716c4 100644
--- a/scheduling/abstractbb/AbstractBasicBlocksDef.v
+++ b/scheduling/abstractbb/AbstractBasicBlocksDef.v
@@ -273,8 +273,6 @@ with list_term :=
Scheme term_mut := Induction for term Sort Prop
with list_term_mut := Induction for list_term Sort Prop.
-Declare Scope pattern_scope.
-Declare Scope term_scope.
Bind Scope pattern_scope with term.
Delimit Scope term_scope with term.
Delimit Scope pattern_scope with pattern.