diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-04-08 17:56:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-08 17:58:13 -0700 |
commit | 6dd5a1f3fe55daa8510b1ee5e3a59219aad92af6 (patch) | |
tree | 9bd9a197bbf29f864438b3670f8e18ce1ce5ddf8 /tools/go_generics | |
parent | 981a587476e11e49cf49edb31705d8727b0db556 (diff) |
Clean up TODOs
PiperOrigin-RevId: 305592245
Diffstat (limited to 'tools/go_generics')
-rw-r--r-- | tools/go_generics/defs.bzl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/go_generics/defs.bzl b/tools/go_generics/defs.bzl index c5be52ecd..8c9995fd4 100644 --- a/tools/go_generics/defs.bzl +++ b/tools/go_generics/defs.bzl @@ -105,7 +105,6 @@ def _go_template_instance_impl(ctx): executable = ctx.executable._tool, ) - # TODO: How can we get the dependencies out? return struct( files = depset([output]), ) |