Skip to content

Commit 10d6df4

Browse files
committed
remove dead "Spec" in grammar
1 parent 0572425 commit 10d6df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/tools/docgram/common.edit_mlg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ add_tify: [
12341234
]
12351235

12361236
show_tify: [
1237-
| [ "InjTyp" | "BinOp" | "UnOp" | "CstOp" | "BinRel" | "UnOpSpec" | "BinOpSpec" | "Spec" ] TAG Micromega
1237+
| [ "InjTyp" | "BinOp" | "UnOp" | "CstOp" | "BinRel" | "UnOpSpec" | "BinOpSpec" ] TAG Micromega
12381238
]
12391239

12401240
command: [

doc/tools/docgram/orderedGrammar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ add_tify: [
189189
]
190190

191191
show_tify: [
192-
| [ "InjTyp" | "BinOp" | "UnOp" | "CstOp" | "BinRel" | "UnOpSpec" | "BinOpSpec" | "Spec" ] (* Micromega plugin *)
192+
| [ "InjTyp" | "BinOp" | "UnOp" | "CstOp" | "BinRel" | "UnOpSpec" | "BinOpSpec" ] (* Micromega plugin *)
193193
]
194194

195195
REACHABLE: [

0 commit comments

Comments
 (0)