Skip to content

Commit b50a909

Browse files
intermediate stubs are not sent
Summary: those are not required by eqwalizer anymore Reviewed By: VLanvin Differential Revision: D60114599 fbshipit-source-id: 0486711c99a73456c5e21dd6f9d0ff4433842999
1 parent 9e10571 commit b50a909

File tree

1 file changed

+0
-6
lines changed
  • eqwalizer/src/main/scala/com/whatsapp/eqwalizer/io

1 file changed

+0
-6
lines changed

eqwalizer/src/main/scala/com/whatsapp/eqwalizer/io/Ipc.scala

-6
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ object Ipc {
1616
sealed trait ASTFormat {
1717
val jsonName: String
1818
}
19-
case object RawForms extends ASTFormat { val jsonName = "RawForms" }
2019
case object ConvertedForms extends ASTFormat { val jsonName = "ConvertedForms" }
21-
case object RawStub extends ASTFormat { val jsonName = "RawStub" }
22-
case object ConvertedStub extends ASTFormat { val jsonName = "ConvertedStub" }
23-
case object ExpandedStub extends ASTFormat { val jsonName = "ExpandedStub" }
24-
case object ContractiveStub extends ASTFormat { val jsonName = "ContractiveStub" }
25-
case object CovariantStub extends ASTFormat { val jsonName = "CovariantStub" }
2620
case object TransitiveStub extends ASTFormat { val jsonName = "TransitiveStub" }
2721

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

0 commit comments

Comments
 (0)