8000 Automatic code cleanup. · coderabbit-test/bazel@b6d9b95 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6d9b95

Browse files
Googlercopybara-github
authored andcommitted
Automatic code cleanup.
PiperOrigin-RevId: 555392390 Change-Id: I27c97dd77f31a0387d6efdd054f2045685403ea4
1 parent dbd9e18 commit b6d9b95

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/google/devtools/build/lib/bazel/rules/sh/BazelShRuleClasses.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ public Metadata getMetadata() {
8989
* by BASH_BINARY_BINDINGS.
9090
*/
9191
static class BashBinaryBinding {
92-
public final String execPath;
9392
public BashBinaryBinding(@Nullable String execPath) {
94-
this.execPath = execPath;
9593
}
9694
}
9795

@@ -106,8 +104,6 @@ public BashBinaryBinding(@Nullable String execPath) {
106104
// available on the system the script is run on.
107105
SYSTEM_BASH_VERSION, new BashBinaryBinding("/bin/bash"));
108106

109-
static final String DEFAULT_BASH_VERSION = SYSTEM_BASH_VERSION;
110-
111107
// TODO(bazel-team): refactor sh_binary and sh_base to have a common root
112108
// with srcs and bash_version attributes
113109
static final PredicateWithMessage<Object> BASH_VERSION_ALLOWED_VALUES =

0 commit comments

Comments
 (0)
0