From: Rob Pike Date: Thu, 9 Apr 2009 05:24:40 +0000 (-0700) Subject: undo workaround pending real fix X-Git-Tag: weekly.2009-11-06~1873 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=91a2ac1f1e008b21dadcbbae723151e5ad62fc0b;p=gostls13.git undo workaround pending real fix R=rsc OCL=27243 CL=27243 --- diff --git a/src/lib/bignum_test.go b/src/lib/bignum_test.go index 02ff4f50f0..d8d214dd78 100644 --- a/src/lib/bignum_test.go +++ b/src/lib/bignum_test.go @@ -6,7 +6,6 @@ package bignum_test import ( bignum "bignum"; - flag "flag"; // BUG: should not be necessary fmt "fmt"; testing "testing"; )