diff options
Diffstat (limited to 'interp')
| -rw-r--r-- | interp/topconstr.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/interp/topconstr.ml b/interp/topconstr.ml index 2f2a381c04..60e117d9ea 100644 --- a/interp/topconstr.ml +++ b/interp/topconstr.ml @@ -433,7 +433,6 @@ let rec match_ alp metas sigma a1 a2 = match (a1,a2) with | RSort (_,s1), ASort s2 when s1 = s2 -> sigma | RPatVar _, AHole _ -> (*Don't hide Metas, they bind in ltac*) raise No_match | a, AHole _ -> sigma - | RHole _, AHole _ -> sigma | (RDynamic _ | RRec _ | REvar _), _ | _,_ -> raise No_match |
