Skip to content

Commit 3d5edc7

Browse files
committed
remove saveDFG compress keyword
1 parent a168929 commit 3d5edc7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/FileDFG/services/FileDFG.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ v1 = addVariable!(dfg, :a, ContinuousScalar, labels = [:POSE], solvable=0)
1717
saveDFG(dfg, "/tmp/saveDFG.tar.gz")
1818
```
1919
"""
20-
function saveDFG(dfg::AbstractDFG, folder::String; compress::Symbol=:null)
21-
22-
if compress != :null
23-
@warn "saveDFG keyword args are deprecated, and folders will be tarred as standard in current and future versions."
24-
end
20+
function saveDFG( dfg::AbstractDFG, folder::String )
2521

2622
# TODO: Deprecate the folder functionality in v0.6.1
2723

0 commit comments

Comments
 (0)