diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-13 18:05:22 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-13 18:05:22 +0000 |
commit | c2c8729c1838fb30e5cd2a0f2c9689f4abf5b882 (patch) | |
tree | 7bcb6692bfab3238b4c89b897d777ef3c09cf8e5 /pkg/usermem | |
parent | 621c6d551f577f98db5d94f4b96e1082c8213533 (diff) | |
parent | 6a4d17a31dc209afbbca66e871a7c6dc299c167b (diff) |
Merge release-20200323.0-134-g6a4d17a (automated)
Diffstat (limited to 'pkg/usermem')
-rwxr-xr-x | pkg/usermem/usermem.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/usermem/usermem.go b/pkg/usermem/usermem.go index d2f4403b0..cd6a0ea6b 100755 --- a/pkg/usermem/usermem.go +++ b/pkg/usermem/usermem.go @@ -29,9 +29,6 @@ import ( ) // IO provides access to the contents of a virtual memory space. -// -// FIXME(b/38173783): Implementations of IO cannot expect ctx to contain any -// meaningful data. type IO interface { // CopyOut copies len(src) bytes from src to the memory mapped at addr. It // returns the number of bytes copied. If the number of bytes copied is < |