Skip to content

Commit

Permalink
remove unnecessary precompile isdefined check
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Jan 24, 2017
1 parent 5d96953 commit 661611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ForwardDiff.jl
@@ -1,4 +1,4 @@
isdefined(Base, :__precompile__) && __precompile__()
__precompile__()

module ForwardDiff

Expand Down

0 comments on commit 661611a

Please sign in to comment.