diff options
author | Adin Scannell <ascannell@google.com> | 2019-11-25 11:19:15 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-25 11:20:30 -0800 |
commit | a5f7b82036f4a062183f1fed9c27227636c8eed5 (patch) | |
tree | ea3341c48c7f4447a6b59ea846151290f180cc1e /pkg/sentry | |
parent | 0416c247eca8dfe455b4972b11ef8aab0ea41d0f (diff) |
Internal change.
PiperOrigin-RevId: 282396322
Diffstat (limited to 'pkg/sentry')
-rw-r--r-- | pkg/sentry/BUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/sentry/BUILD b/pkg/sentry/BUILD index 2a7122957..2d6379c86 100644 --- a/pkg/sentry/BUILD +++ b/pkg/sentry/BUILD @@ -10,8 +10,5 @@ package_group( "//runsc/...", # Code generated by go_marshal relies on go_marshal libraries. "//tools/go_marshal/...", - - # Keep the old paths as a temporary measure. - "//third_party/golang/gvisor/pkg/sentry/...", ], ) |