Skip to content

Commit cbf3093

Browse files
authored
remove unused method (#976)
1 parent 9d09e5c commit cbf3093

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
@@ -288,12 +288,6 @@ def _compile_or_empty(
288288
merged_provider = merged_provider,
289289
)
290290

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

0 commit comments

Comments
 (0)