Skip to content

Commit

Permalink
turn DiffBase deprecation into error (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Jun 28, 2018
1 parent d1982d4 commit 190c85d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ForwardDiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ include("jacobian.jl")
include("hessian.jl")
include("deprecated.jl")

# This is a deprecation binding and should be removed in the next minor release.
const DiffBase = DiffResults

export DiffBase, DiffResults
export DiffResults

end # module

0 comments on commit 190c85d

Please sign in to comment.