Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Sep 30, 2022
1 parent 638fb3f commit 0088131
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/erlang_ls.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ def _erlang_app_files(ctx, app, directory):
for f in app_info.srcs + app_info.beam:
relative_path = additional_file_dest_relative_path(app.label, f)
dest = ctx.actions.declare_file(path_join(app_path, relative_path))

# ctx.actions.expand_template(
# template = f,
# output = dest,
# substitutions = {},
# )
ctx.actions.symlink(output = dest, target_file = f)
files.append(dest)
return files
Expand Down

0 comments on commit 0088131

Please sign in to comment.