Remove obsolete comment about panicking

PiperOrigin-RevId: 208908702
Change-Id: I6be9c765c257a9ddb1a965a03942ab3fc3a34a43
This commit is contained in:
Ian Gudger
2018-08-15 17:02:15 -07:00
committed by Shentubot
parent 635b0c4593
commit eacbe6a678
-1
View File
@@ -121,7 +121,6 @@ func (vv *VectorisedView) Clone(buffer []View) VectorisedView {
}
// First returns the first view of the vectorised view.
// It panics if the vectorised view is empty.
func (vv *VectorisedView) First() View {
if len(vv.views) == 0 {
return nil