Skip to content

Commit

Permalink
Delete unused class RuntimeVersion, rendered obsolete by 88a3f8c.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 407150277
  • Loading branch information
justinhorvitz authored and copybara-github committed Nov 2, 2021
1 parent 4083f72 commit dbec72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
11 changes: 2 additions & 9 deletions src/main/java/com/google/devtools/build/lib/unsafe/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ java_library(

java_library(
name = "string",
srcs = [
"RuntimeVersion.java",
"StringUnsafe.java",
],
deps = [
":unsafe-provider",
"//third_party:guava",
"//third_party:jsr305",
],
srcs = ["StringUnsafe.java"],
deps = [":unsafe-provider"],
)

This file was deleted.

0 comments on commit dbec72e

Please sign in to comment.