aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/g_decl_mode.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_decl_mode.ml4')
-rw-r--r--parsing/g_decl_mode.ml41
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/g_decl_mode.ml4 b/parsing/g_decl_mode.ml4
index 5c7b40afb..8942b6541 100644
--- a/parsing/g_decl_mode.ml4
+++ b/parsing/g_decl_mode.ml4
@@ -28,7 +28,6 @@ GLOBAL: proof_instr;
thesis :
[[ "thesis" -> Plain
| "thesis"; "for"; i=ident -> (For i)
- | "thesis"; "["; n=INT ;"]" -> (Sub (int_of_string n))
]];
statement :
[[ i=ident ; ":" ; c=constr -> {st_label=Name i;st_it=c}