Skip to content

Commit 4db0185

Browse files
committed
excess function
1 parent 6e253d0 commit 4db0185

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/services/Serialization.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ function unpackVariable(dfg::G,
203203
return variable
204204
end
205205

206-
## FIXME need method to serialize coordinates for the variable `vnd.val::Vector{P}` and `.bw.Vector{B}`
207-
208-
function _packVNDVal(T::Type, val::Vector{P}) where P
209-
210-
end
211-
212206

213207
# returns a PackedVariableNodeData
214208
function packVariableNodeData(::G, d::VariableNodeData{T}) where {G <: AbstractDFG, T <: InferenceVariable}

0 commit comments

Comments
 (0)