File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/main/java/com/google/devtools/build/lib/bazel/rules/sh Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,7 @@ public Metadata getMetadata() {
89
89
* by BASH_BINARY_BINDINGS.
90
90
*/
91
91
static class BashBinaryBinding {
92
- public final String execPath ;
93
92
public BashBinaryBinding (@ Nullable String execPath ) {
94
- this .execPath = execPath ;
95
93
}
96
94
}
97
95
@@ -106,8 +104,6 @@ public BashBinaryBinding(@Nullable String execPath) {
106
104
// available on the system the script is run on.
107
105
SYSTEM_BASH_VERSION , new BashBinaryBinding ("/bin/bash" ));
108
106
109
- static final String DEFAULT_BASH_VERSION = SYSTEM_BASH_VERSION ;
110
-
111
107
// TODO(bazel-team): refactor sh_binary and sh_base to have a common root
112
108
// with srcs and bash_version attributes
113
109
static final PredicateWithMessage <Object > BASH_VERSION_ALLOWED_VALUES =
You can’t perform that action at this time.
0 commit comments