Skip to content

Commit 265e09a

Browse files
committed
rm depr warn
1 parent 72ba413 commit 265e09a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/Deprecated.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ end
135135
## Deprecated in v0.11 Remove in the v0.12 cycle
136136
##==============================================================================
137137

138-
export AbstractRelativeFactor, AbstractRelativeFactorMinimize
139-
138+
# @warn("BREAKING CHANGE coming to DistributedFactorGraphs v0.12: deprecating AbstractRelativeFactor, use AbstractRelativeRoots instead")
139+
# @warn("BREAKING CHANGE coming to DistributedFactorGraphs v0.12: deprecating AbstractRelativeFactorMinimize, use AbstractRelativeMinimize instead")
140+
# export AbstractRelativeFactor, AbstractRelativeFactorMinimize
140141
const AbstractRelativeFactor = AbstractRelativeRoots
141142
const AbstractRelativeFactorMinimize = AbstractRelativeMinimize
142143

src/DistributedFactorGraphs.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,6 @@ if get(ENV, "DFG_USE_CGDFG", "") == "true"
315315
end
316316

317317
function __init__()
318-
@warn("BREAKING CHANGE coming to DistributedFactorGraphs v0.12: deprecating AbstractRelativeFactor, use AbstractRelativeRoots instead")
319-
@warn("BREAKING CHANGE coming to DistributedFactorGraphs v0.12: deprecating AbstractRelativeFactorMinimize, use AbstractRelativeMinimize instead")
320-
321318
@require GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" begin
322319
@info "DistributedFactorGraphs.jl is adding tools using GraphPlot.jl"
323320
include("DFGPlots/DFGPlots.jl")

0 commit comments

Comments
 (0)