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
|
||||
|
||||
rustfiles := $(find . -type f -name '*.rs')
|
||||
stdlibfiles := $(find std -type f -name '*.ucg')
|
||||
|
||||
|
||||
unit:
|
||||
cargo test
|
||||
|
||||
|
@ -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 = [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user