MAINT: Cleanup dead code.

This commit is contained in:
Jeremy Wall 2019-04-29 19:29:01 -05:00
parent fcf2b8ae22
commit c9b9d1b7ea
2 changed files with 0 additions and 7 deletions

View File

@ -7,10 +7,6 @@ build:
test: unit integration stdlibtest
rustfiles := $(find . -type f -name '*.rs')
stdlibfiles := $(find std -type f -name '*.ucg')
unit:
cargo test

View File

@ -31,9 +31,6 @@ let ops = module {
out = [],
str=mod.str,
} => (result) {
let pkg = mod.pkg();
let this = mod.this;
let recurse = module {
buf = "",
acc = [],