Skip to content

Commit af5c5f0

Browse files
committed
cleanup
1 parent e692259 commit af5c5f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/testBlocks.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,6 @@ function reconstFactorData(dfg::AbstractDFG,
9797
d.inflation)
9898
end
9999

100-
function convert( T::Type{DFG.FunctionNodeData{TestCCW{F}}},
101-
d::DFG.PackedFunctionNodeData{<:AbstractPackedFactor} ) where {F <: DFG.AbstractFactor}
102-
#
103-
@error("DEPRECATING $T")
104-
reconstFactorData(T, d, "")
105-
end
106-
107100
function Base.convert(::Type{DFG.PackedFunctionNodeData{P}}, d::DFG.FunctionNodeData{<:FactorOperationalMemory}) where P <: AbstractPackedFactor
108101
return DFG.PackedFunctionNodeData(d.eliminated,
109102
d.potentialused,

0 commit comments

Comments
 (0)