diff --git a/javatests/google/registry/model/schema.txt b/javatests/google/registry/model/schema.txt index a9f76df10..44c50dc76 100644 --- a/javatests/google/registry/model/schema.txt +++ b/javatests/google/registry/model/schema.txt @@ -720,11 +720,6 @@ enum google.registry.model.registry.Registry$TldType { REAL; TEST; } -class google.registry.model.registry.RegistryCursor { - @Id java.lang.String cursorType; - @Parent com.googlecode.objectify.Key registry; - org.joda.time.DateTime date; -} class google.registry.model.registry.label.PremiumList { @Id java.lang.String name; @Parent com.googlecode.objectify.Key parent;