Skip to content

Commit a53afe0

Browse files
committed
Remove unneeded function
1 parent 3dc2cfa commit a53afe0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scala/scala.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ cd $0.runfiles
145145
output=ctx.outputs.executable,
146146
content=content)
147147

148-
def _args_for_suites(suites):
149-
args = ["-o"]
150-
for suite in suites:
151-
args.extend(["-s", suite])
152-
return args
153-
154148
def _write_test_launcher(ctx, jars):
155149
if len(ctx.attr.suites) != 0:
156150
print("suites attribute is deprecated. All scalatest test suites are run")

0 commit comments

Comments
 (0)