mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: Cleanup dead code.
This commit is contained in:
parent
fcf2b8ae22
commit
c9b9d1b7ea
4
Makefile
4
Makefile
@ -7,10 +7,6 @@ build:
|
|||||||
|
|
||||||
test: unit integration stdlibtest
|
test: unit integration stdlibtest
|
||||||
|
|
||||||
rustfiles := $(find . -type f -name '*.rs')
|
|
||||||
stdlibfiles := $(find std -type f -name '*.ucg')
|
|
||||||
|
|
||||||
|
|
||||||
unit:
|
unit:
|
||||||
cargo test
|
cargo test
|
||||||
|
|
||||||
|
@ -31,9 +31,6 @@ let ops = module {
|
|||||||
out = [],
|
out = [],
|
||||||
str=mod.str,
|
str=mod.str,
|
||||||
} => (result) {
|
} => (result) {
|
||||||
let pkg = mod.pkg();
|
|
||||||
let this = mod.this;
|
|
||||||
|
|
||||||
let recurse = module {
|
let recurse = module {
|
||||||
buf = "",
|
buf = "",
|
||||||
acc = [],
|
acc = [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user