Skip to content

Commit

Permalink
remove unused method (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
ittaiz committed Jan 30, 2020
1 parent 9d09e5c commit cbf3093
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scala/private/phases/phase_compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,6 @@ def _compile_or_empty(
merged_provider = merged_provider,
)

def _pack_source_jars(ctx):
source_jar = _pack_source_jar(ctx)

#_pack_source_jar may return None if java_common.pack_sources returned None (and it can)
return [source_jar] if source_jar else []

def _build_nosrc_jar(ctx):
resources = _add_resources_cmd(ctx)
ijar_cmd = ""
Expand Down

0 comments on commit cbf3093

Please sign in to comment.