Skip to content

Commit

Permalink
remove obsolete Lean.enableInitializersExecution
Browse files Browse the repository at this point in the history
  • Loading branch information
Kha committed Dec 10, 2024
1 parent 123ff1a commit f80066c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/check-yaml.lean
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def processDb (decls : ConstMap) : String → IO Bool
return false

unsafe def main : IO Unit := do
Lean.enableInitializersExecution
CoreM.withImportModules #[`Mathlib, `Archive]
(searchPath := compile_time_search_path%) (trustLevel := 1024) do
let decls := (← getEnv).constants
Expand Down

0 comments on commit f80066c

Please sign in to comment.