Skip to content

Commit

Permalink
intermediate stubs are not sent
Browse files Browse the repository at this point in the history
Summary: those are not required by eqwalizer anymore

Reviewed By: VLanvin

Differential Revision: D60114599

fbshipit-source-id: 0486711c99a73456c5e21dd6f9d0ff4433842999
  • Loading branch information
ilya-klyuchnikov authored and facebook-github-bot committed Jul 23, 2024
1 parent 9e10571 commit b50a909
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eqwalizer/src/main/scala/com/whatsapp/eqwalizer/io/Ipc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ object Ipc {
sealed trait ASTFormat {
val jsonName: String
}
case object RawForms extends ASTFormat { val jsonName = "RawForms" }
case object ConvertedForms extends ASTFormat { val jsonName = "ConvertedForms" }
case object RawStub extends ASTFormat { val jsonName = "RawStub" }
case object ConvertedStub extends ASTFormat { val jsonName = "ConvertedStub" }
case object ExpandedStub extends ASTFormat { val jsonName = "ExpandedStub" }
case object ContractiveStub extends ASTFormat { val jsonName = "ContractiveStub" }
case object CovariantStub extends ASTFormat { val jsonName = "CovariantStub" }
case object TransitiveStub extends ASTFormat { val jsonName = "TransitiveStub" }

def getAstBytes(module: String, kind: ASTFormat): Option[Array[Byte]] = {
Expand Down

0 comments on commit b50a909

Please sign in to comment.