Skip to content

Commit

Permalink
Remove AnnotationValues.java as it's no longer used
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 531462680
  • Loading branch information
kuanyingchou authored and Dagger Team committed May 12, 2023
1 parent 738b01a commit 8cf78a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 157 deletions.
155 changes: 0 additions & 155 deletions java/dagger/hilt/processor/internal/AnnotationValues.java

This file was deleted.

2 changes: 0 additions & 2 deletions java/dagger/hilt/processor/internal/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ java_library(
java_library(
name = "processors",
srcs = [
"AnnotationValues.java",
"Processors.java",
],
deps = [
Expand All @@ -65,7 +64,6 @@ java_library(
"//java/dagger/hilt/processor/internal/kotlin",
"//java/dagger/internal/codegen/extension",
"//java/dagger/internal/codegen/xprocessing",
"//third_party/java/auto:common",
"//third_party/java/guava/base",
"//third_party/java/guava/collect",
"//third_party/java/javapoet",
Expand Down

0 comments on commit 8cf78a3

Please sign in to comment.