mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove obsolete comment about panicking
PiperOrigin-RevId: 208908702 Change-Id: I6be9c765c257a9ddb1a965a03942ab3fc3a34a43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user