fix: remove unused trace.Elab.syntax option (#3844)

This commit is contained in:
Joachim Breitner 2024-04-08 19:16:24 +02:00 committed by GitHub
parent a82f0d9413
commit 892bfe2c5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -442,7 +442,4 @@ def strLitToPattern (stx: Syntax) : MacroM Syntax :=
| some str => return mkAtomFrom stx str
| none => Macro.throwUnsupported
builtin_initialize
registerTraceClass `Elab.syntax
end Lean.Elab.Command