delete float80 from libraries

R=rsc
DELTA=40  (0 added, 38 deleted, 2 changed)
OCL=25969
CL=25969
This commit is contained in:
Rob Pike 2009-03-09 18:00:41 -07:00
parent 3bc6fd63fe
commit 1fe42e2d4d
5 changed files with 2 additions and 40 deletions

View file

@ -108,7 +108,6 @@ func TestAll(tt *testing.T) { // TODO(r): wrap up better
typedump("float", "float");
typedump("float32", "float32");
typedump("float64", "float64");
typedump("float80", "float80");
typedump("int8", "int8");
typedump("whoknows.whatsthis", "$missing$");
typedump("**int8", "**int8");