aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacenv.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tacenv.ml')
-rw-r--r--tactics/tacenv.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/tacenv.ml b/tactics/tacenv.ml
index 9da5d44e06..5ce914a9c8 100644
--- a/tactics/tacenv.ml
+++ b/tactics/tacenv.ml
@@ -80,8 +80,6 @@ let initial_atomic =
"cofix", TacCofix None;
"trivial", TacTrivial (Off,[],None);
"auto", TacAuto(Off,None,[],None);
- "split", TacSplit(false,false,[NoBindings]);
- "esplit", TacSplit(true,false,[NoBindings]);
"constructor", TacAnyConstructor (false,None);
"econstructor", TacAnyConstructor (true,None);
]