aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/launcher/python_launcher.h
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2017-08-24 17:40:22 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-08-25 12:53:08 +0200
commit54c5c5cf41bd47d11ea309f37697d83ae65fe9e7 (patch)
tree181e37a31a457de9989f79199bd98d046e85830c /src/tools/launcher/python_launcher.h
parent5371d134cfaf3c258f9ebb606a5cb061f419613e (diff)
Windows: Implement Java native launcher
Now Bazel build a Windows exe binary to launch JVM for java_binary and java_test. The Java native launcher is implemented with the same logic and functionalities as the original java shell stub script. Change-Id: Ida40579bce82425f3506f9376b7256aa3edc265e PiperOrigin-RevId: 166346445
Diffstat (limited to 'src/tools/launcher/python_launcher.h')
-rw-r--r--src/tools/launcher/python_launcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/launcher/python_launcher.h b/src/tools/launcher/python_launcher.h
index d909ea6bcd..1a21ca308e 100644
--- a/src/tools/launcher/python_launcher.h
+++ b/src/tools/launcher/python_launcher.h
@@ -20,8 +20,6 @@
namespace bazel {
namespace launcher {
-static constexpr const char* PYTHON_BIN_PATH = "python_bin_path";
-
class PythonBinaryLauncher : public BinaryLauncherBase {
public:
PythonBinaryLauncher(const LaunchDataParser::LaunchInfo& launch_info,