Skip to content

Commit e17c34e

Browse files
committed
Remove old code.
1 parent 4ef26c4 commit e17c34e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/context.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,5 @@ end
107107

108108
function _install_handlers()
109109
handler = @cfunction(handle_error, Cvoid, (Cstring,))
110-
111-
# NOTE: LLVM doesn't support re-installing the error handler, which happens when we
112-
# `reload("LLVM")`, so reset it instead. This isn't correct, as the installed
113-
# handler might not have been ours. Ideally we'd have module finalizers...
114-
API.LLVMResetFatalErrorHandler()
115110
API.LLVMInstallFatalErrorHandler(handler)
116111
end

0 commit comments

Comments
 (0)