diff options
Diffstat (limited to 'toplevel/vernacentries.ml')
| -rw-r--r-- | toplevel/vernacentries.ml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index e33c9655a3..53d0c7b519 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -1526,16 +1526,6 @@ let _ = | _ -> invalid_arg "SOLVE" in (fun () -> - (match Tacinterp.is_just_undef_macro tcom with - | Some id -> - let msg = - if Pfedit.refining () then - "undefined command or tactic" - else - "undefined command" - in - error msg - | None -> ()); solve_nth n (Tacinterp.interp tcom); print_subgoals(); (* in case a strict subtree was completed, |
