diff options
author | Zach Koopmans <zkoopmans@google.com> | 2021-04-14 11:27:05 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-14 11:28:49 -0700 |
commit | 5c1052b6bb2658208f1afaf423aeac98f30235c1 (patch) | |
tree | 7ff6b62adec989fd1ff2bd67a883fa8399174ae8 /tools/go_marshal/defs.bzl | |
parent | 36dbd3b97dbc455c6d710f4530ec8a07474dee64 (diff) |
[syserror] Remove syserror from go_marshal
PiperOrigin-RevId: 368470656
Diffstat (limited to 'tools/go_marshal/defs.bzl')
-rw-r--r-- | tools/go_marshal/defs.bzl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/go_marshal/defs.bzl b/tools/go_marshal/defs.bzl index e23901815..9f620cb76 100644 --- a/tools/go_marshal/defs.bzl +++ b/tools/go_marshal/defs.bzl @@ -57,7 +57,6 @@ go_marshal = rule( # marshal_deps are the dependencies requied by generated code. marshal_deps = [ "//pkg/gohacks", - "//pkg/safecopy", "//pkg/hostarch", "//pkg/marshal", ] |