Skip to content

Commit a168929

Browse files
committed
add deprecation one more cycle
1 parent 5694aca commit a168929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Deprecated.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Remove in 0.9
88
##==============================================================================
99

10+
@deprecate buildSubgraphFromLabels!(dfg::AbstractDFG, varList::Vector{Symbol}) buildSubgraph(dfg, varList, 1)
1011

1112
Base.getproperty(x::DFGFactor,f::Symbol) = begin
1213
if f == :solvable

0 commit comments

Comments
 (0)