Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
remove stray FIXME (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges authored Nov 2, 2019
1 parent e927c30 commit 76373c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gomock.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def _gomock_source_impl(ctx):

args, needed_files = _handle_shared_args(ctx, args)

# FIXME add to _handle_shared_args
if len(ctx.attr.aux_files) > 0:
aux_files = []
for pkg, files in ctx.attr.aux_files.items():
Expand Down

0 comments on commit 76373c6

Please sign in to comment.