no longer needed

This commit is contained in:
Mike J Innes 2017-04-18 19:27:24 +01:00
parent a3acf11a60
commit 63f3f3b569

View File

@ -81,7 +81,6 @@ end
function process_anon(ex) function process_anon(ex)
args, body = process_func(ex) args, body = process_func(ex)
@assert length(args) == 1
:(Capacitor($(DataFlow.constructor(mapconst(esc, makegraph(body, args)[1]))))) :(Capacitor($(DataFlow.constructor(mapconst(esc, makegraph(body, args)[1])))))
end end