Skip to content

Commit 4e4926a

Browse files
Merge pull request #10986 from rabbitmq/mergify/bp/v3.13.x/pr-10985
bazel: Remove committed files from //tools:symlink_deps_for_erlang_ls (backport #10985)
2 parents 545a1c0 + 25d8752 commit 4e4926a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tools/erlang_ls.bzl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ def _deps_symlinks(ctx):
4747

4848
# special case symlinks for generated sources
4949
commands.append("")
50-
commands.append(_ln_command(
51-
target = path_join("..", "..", "..", "bazel-bin", "deps", "rabbit_common", "include", "rabbit_framing.hrl"),
52-
source = path_join("deps", "rabbit_common", "include", "rabbit_framing.hrl"),
53-
))
54-
commands.append(_ln_command(
55-
target = path_join("..", "..", "..", "bazel-bin", "deps", "rabbit_common", "src", "rabbit_framing_amqp_0_8.erl"),
56-
source = path_join("deps", "rabbit_common", "src", "rabbit_framing_amqp_0_8.erl"),
57-
))
58-
commands.append(_ln_command(
59-
target = path_join("..", "..", "..", "bazel-bin", "deps", "rabbit_common", "src", "rabbit_framing_amqp_0_9_1.erl"),
60-
source = path_join("deps", "rabbit_common", "src", "rabbit_framing_amqp_0_9_1.erl"),
61-
))
6250
commands.append(_ln_command(
6351
target = path_join("..", "..", "..", "bazel-bin", "deps", "amqp10_common", "include", "amqp10_framing.hrl"),
6452
source = path_join("deps", "amqp10_common", "include", "amqp10_framing.hrl"),

0 commit comments

Comments
 (0)