Skip to content

Commit 157bd2a

Browse files
authored
Update rocq_elpi_vernacular.ml
1 parent 53b0779 commit 157bd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rocq_elpi_vernacular.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ let loc_merge l1 l2 =
630630
try Loc.merge l1 l2
631631
with Failure _ -> l1
632632

633-
[%%if coq = "8.20" || coq = "9.0" || coq = "9.1"]
633+
[%%if coq = "8.20" || coq = "9.0"]
634634
let classifier _loc0 _args _loc1 =
635635
Vernacextend.VtSideff ([], VtNow)
636636
let execution p loc0 args loc1 ?loc ~atts () =

0 commit comments

Comments
 (0)