Skip to content

Commit be55c7c

Browse files
committed
update DFGVariable.jl
1 parent 2943cf0 commit be55c7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/entities/DFGVariable.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ Base.getproperty(x::DFGVariable,f::Symbol) = begin
244244
elseif f == :bigData
245245
Base.depwarn("DFGVariable field bigData is deprecated, use `dataDict` instead",:getproperty)
246246
getfield(x,:dataDict)
247-
# elseif f == :timestamp
248-
# #TODO Deprecation - Remove in v0.10
249-
# Base.depwarn("DFGVariable timestamp field is now a ZonedTimestamp, use accessors to prevent breaking changes",:getproperty)
250-
# getfield(x,:timestamp)
251247
else
252248
getfield(x,f)
253249
end

0 commit comments

Comments
 (0)