Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jan 9, 2022
1 parent e692259 commit af5c5f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/testBlocks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ function reconstFactorData(dfg::AbstractDFG,
d.inflation)
end

function convert( T::Type{DFG.FunctionNodeData{TestCCW{F}}},
d::DFG.PackedFunctionNodeData{<:AbstractPackedFactor} ) where {F <: DFG.AbstractFactor}
#
@error("DEPRECATING $T")
reconstFactorData(T, d, "")
end

function Base.convert(::Type{DFG.PackedFunctionNodeData{P}}, d::DFG.FunctionNodeData{<:FactorOperationalMemory}) where P <: AbstractPackedFactor
return DFG.PackedFunctionNodeData(d.eliminated,
d.potentialused,
Expand Down

0 comments on commit af5c5f0

Please sign in to comment.