Skip to content

Commit

Permalink
Remove unused method from FileWriteAction.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 449514293
  • Loading branch information
alexjski authored and copybara-github committed May 18, 2022
1 parent ab24880 commit 9f024ae
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import static java.nio.charset.StandardCharsets.ISO_8859_1;

import com.google.common.annotations.VisibleForTesting;
import com.google.devtools.build.lib.actions.ActionExecutionContext;
import com.google.devtools.build.lib.actions.ActionKeyContext;
import com.google.devtools.build.lib.actions.ActionOwner;
Expand Down Expand Up @@ -207,11 +206,6 @@ public String toString() {
}
}

@VisibleForTesting
boolean usesCompression() {
return fileContents instanceof CompressedString;
}

/**
* Returns the string contents to be written.
*
Expand Down

0 comments on commit 9f024ae

Please sign in to comment.