1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00

delete unused reflection playpen

R=rsc
DELTA=442  (0 added, 442 deleted, 0 changed)
OCL=17854
CL=17866
This commit is contained in:
Rob Pike 2008-10-26 08:27:27 -07:00
parent 24eb30b5d6
commit 84b66d25de

View File

@ -36,15 +36,6 @@ make test
)
(xcd ../usr/r/refl
rm -f *.6 6.out
6g refl.go
6g printf.go
6g main.go
6l main.6
./6.out
)
(xcd ../test
./run
)