Skip to content

Commit b2dbbac

Browse files
authored
Update AbstractDFG.jl
1 parent ba1dac8 commit b2dbbac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/entities/AbstractDFG.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ mutable struct DFGNodeParams
3030
DFGNodeParams(s1=0,s2=0) = new(s1,s2)
3131
end
3232

33-
# import Base: convert
34-
#
35-
# function convert(::Type{Symbol},::DFGNodeParams)
36-
# # error("WTF")
37-
# :WTF
38-
# end
39-
# export convert
40-
4133
"""
4234
$(TYPEDEF)
4335
Abstract parent struct for a DFG graph.

0 commit comments

Comments
 (0)