diff options
author | Ori Bernstein <ori@eigenstate.org> | 2018-03-29 13:42:13 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2018-03-29 13:42:13 -0700 |
commit | 731dd8851a19c11f91d01bdc8c469c77d653a4ea (patch) | |
tree | f3eaf203555fee31a89678274a0f41a4758251f5 /mbld | |
parent | c5cc1b17679cd9eba5b77d65add2c2e75d261228 (diff) | |
download | mc-731dd8851a19c11f91d01bdc8c469c77d653a4ea.tar.gz |
Remove suprious free. We don't want to mutate the targets.
Diffstat (limited to 'mbld')
-rw-r--r-- | mbld/deps.myr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbld/deps.myr b/mbld/deps.myr index 51bddb0..71dae29 100644 --- a/mbld/deps.myr +++ b/mbld/deps.myr @@ -333,7 +333,6 @@ const addalt = {b, mt, kind, f std.slpush(&libs, d) ;; myrcmd(b, n, mt, sp, true) - std.slfree(mt.incpath) n = node(g, tp) generates(g, n, tp) |