aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-01-28 14:37:10 +0000
committerGitHub2021-01-28 14:37:10 +0000
commita54a5b83becd3ef7feef1352b56d10a3d74be85f (patch)
tree30fd0b947b44f92a567eb7e7ce9c27706f5c3c9d /ide
parent90b79076305d8b9ceb92f81a99bf0a9d423903ee (diff)
parent3d46bed76e656d6a0e4d87320e4d0fd67d1211c2 (diff)
Merge PR #13763: Remove the SearchHead command (deprecated in 8.12)
Reviewed-by: SkySkimmer Reviewed-by: Zimmi48
Diffstat (limited to 'ide')
-rw-r--r--ide/coqide/coq_commands.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/coqide/coq_commands.ml b/ide/coqide/coq_commands.ml
index 711986c2b2..2d75ad9ff6 100644
--- a/ide/coqide/coq_commands.ml
+++ b/ide/coqide/coq_commands.ml
@@ -207,7 +207,6 @@ let state_preserving = [
"Recursive Extraction Library";
"Search";
- "SearchHead";
"SearchPattern";
"SearchRewrite";