From fb402d9901cfa22d15b5501a77bdd8fb30d50b1d Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sat, 27 Jun 2020 02:02:12 +0200 Subject: [PATCH] don't include precompile_loader --- src/Plots.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Plots.jl b/src/Plots.jl index 0d90f7ee..38219b1c 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -250,5 +250,4 @@ end const CURRENT_BACKEND = CurrentBackend(:none) -include("precompile_includer.jl") end # module