chore: remove bogus registerSimproc
This commit is contained in:
parent
7564b204ec
commit
188ff2dd20
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ namespace Command
|
|||
liftTermElabM do
|
||||
checkSimprocType declName
|
||||
let keys ← elabSimprocKeys pattern
|
||||
registerSimproc declName keys
|
||||
let val := mkAppN (mkConst ``registerBuiltinSimproc) #[toExpr declName, toExpr keys]
|
||||
let initDeclName ← mkFreshUserName (declName ++ `declare)
|
||||
declareBuiltin initDeclName val
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue