Skip to content

Commit 9121abd

Browse files
committed
removed dead code
1 parent e05f9af commit 9121abd

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

python/private/BUILD.bazel

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -789,13 +789,6 @@ py_library(
789789
],
790790
)
791791

792-
py_binary(
793-
name = "repl_main_generator",
794-
srcs = [
795-
"repl_main_generator.py",
796-
],
797-
)
798-
799792
# The current toolchain's interpreter as an excutable, usable with
800793
# executable=True attributes.
801794
current_interpreter_executable(

python/private/repl.bzl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ _generate_repl_main = rule(
3838
mandatory = True,
3939
allow_single_file = True,
4040
),
41-
"_generator": attr.label(
42-
default = "//python/private:repl_main_generator",
43-
executable = True,
44-
cfg = "exec",
45-
),
4641
"_template": attr.label(
4742
default = "//python/private:repl_template.py",
4843
allow_single_file = True,

0 commit comments

Comments
 (0)