From be47d6eceffd2c5dbbc1566d5eea490527fb2bd4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 16 Jul 2013 06:54:42 +0000 Subject: libgo: Update to Go 1.1.1. From-SVN: r200974 --- libgo/go/testing/quick/quick.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'libgo/go/testing/quick/quick.go') diff --git a/libgo/go/testing/quick/quick.go b/libgo/go/testing/quick/quick.go index 24270982281..761a6471b57 100644 --- a/libgo/go/testing/quick/quick.go +++ b/libgo/go/testing/quick/quick.go @@ -140,8 +140,6 @@ func Value(t reflect.Type, rand *rand.Rand) (value reflect.Value, ok bool) { default: return reflect.Value{}, false } - - return } // A Config structure contains options for running a test. -- cgit v1.2.1