Skip to content

Commit 3c9942b

Browse files
TorkelEisaacsas
andauthored
Update src/dsl.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 2f1ad05 commit 3c9942b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/dsl.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ macro reaction_network(expr::Expr)
110110
return make_rs_expr(:(gensym(:ReactionSystem)), expr)
111111
end
112112

113-
# Ideally, it would have been possible to combine the @reaction_network and @network_component
114-
# macros. However, this issue: https://github.com/JuliaLang/julia/issues/37691 causes problem
115-
# with interpolations if we make the @reaction_network macro call the @network_component macro.
116-
# Instead, these use the same input, but pass `complete = false` to `make_rs_expr`.
117113
"""
118114
@network_component
119115

0 commit comments

Comments
 (0)