Skip to content

Commit 93f8790

Browse files
ittaizAndre Rocha
authored and
Andre Rocha
committed
remove unused method (bazel-contrib#976)
1 parent c386311 commit 93f8790

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scala/private/phases/phase_compile.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,6 @@ def _compile_or_empty(
289289
merged_provider = merged_provider,
290290
)
291291

292-
def _pack_source_jars(ctx):
293-
source_jar = _pack_source_jar(ctx)
294-
295-
#_pack_source_jar may return None if java_common.pack_sources returned None (and it can)
296-
return [source_jar] if source_jar else []
297-
298292
def _build_nosrc_jar(ctx):
299293
resources = _add_resources_cmd(ctx)
300294
ijar_cmd = ""

0 commit comments

Comments
 (0)