Skip to content

Commit

Permalink
Drop some unused types (cashapp#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse authored Jun 2, 2023
1 parent f9b3b3e commit e4e1892
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import com.squareup.kotlinpoet.UNIT
internal object Protocol {
val Create = ClassName("app.cash.redwood.protocol", "Create")
val Change = ClassName("app.cash.redwood.protocol", "Change")
val ChildrenChangeAdd = ClassName("app.cash.redwood.protocol", "ChildrenChange", "Add")
val ChildrenTag = ClassName("app.cash.redwood.protocol", "ChildrenTag")
val Event = ClassName("app.cash.redwood.protocol", "Event")
val EventTag = ClassName("app.cash.redwood.protocol", "EventTag")
Expand All @@ -39,8 +38,6 @@ internal object Protocol {
val ModifierTag = ClassName("app.cash.redwood.protocol", "ModifierTag")
val PropertyChange = ClassName("app.cash.redwood.protocol", "PropertyChange")
val PropertyTag = ClassName("app.cash.redwood.protocol", "PropertyTag")
val ViewTree = ClassName("app.cash.redwood.protocol", "ViewTree")
val ViewTreeBuilder = ViewTree.nestedClass("Builder")
val WidgetTag = ClassName("app.cash.redwood.protocol", "WidgetTag")
}

Expand Down Expand Up @@ -129,7 +126,6 @@ internal object KotlinxSerialization {
val SerialDescriptor = ClassName("kotlinx.serialization.descriptors", "SerialDescriptor")
val buildClassSerialDescriptor = MemberName("kotlinx.serialization.descriptors", "buildClassSerialDescriptor")
val element = MemberName("kotlinx.serialization.descriptors", "element")
val encodeToJsonElement = MemberName("kotlinx.serialization.json", "encodeToJsonElement")

val Decoder = ClassName("kotlinx.serialization.encoding", "Decoder")
val Encoder = ClassName("kotlinx.serialization.encoding", "Encoder")
Expand Down

0 comments on commit e4e1892

Please sign in to comment.