From efcc50dfdc94c82ee0292bf71992ecb7c0123061 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 14 May 2013 18:39:35 +0200 Subject: Imported Upstream version 1.1 --- src/pkg/os/file_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/os/file_unix.go') diff --git a/src/pkg/os/file_unix.go b/src/pkg/os/file_unix.go index 4f59c94cb..898e7634a 100644 --- a/src/pkg/os/file_unix.go +++ b/src/pkg/os/file_unix.go @@ -198,7 +198,6 @@ func (f *File) write(b []byte) (n int, err error) { return n, err } - panic("not reached") } // pwrite writes len(b) bytes to the File starting at byte offset off. -- cgit v1.2.3