diff options
author | Etienne Perot <eperot@google.com> | 2021-03-15 20:09:37 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-15 20:11:41 -0700 |
commit | f4b74218202c8f318c603c57aa35895554194d98 (patch) | |
tree | e85cfa1e94c96ba14bd1629de229078a72f76ea9 /pkg/iovec/BUILD | |
parent | 34d0d720679778611fce51ed7f62fbdafa413d60 (diff) |
Move `MaxIovs` back to a variable in `iovec.go`.
PiperOrigin-RevId: 363091954
Diffstat (limited to 'pkg/iovec/BUILD')
-rw-r--r-- | pkg/iovec/BUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/iovec/BUILD b/pkg/iovec/BUILD index e0c016fa3..f4e9a6af9 100644 --- a/pkg/iovec/BUILD +++ b/pkg/iovec/BUILD @@ -4,10 +4,7 @@ package(licenses = ["notice"]) go_library( name = "iovec", - srcs = [ - "iovec.go", - "iovec_max.go", - ], + srcs = ["iovec.go"], visibility = ["//:sandbox"], deps = ["@org_golang_x_sys//unix:go_default_library"], ) |