diff --git a/r2/r2/lib/cloudsearch.py b/r2/r2/lib/cloudsearch.py index 2d19eed8c..fac65550e 100644 --- a/r2/r2/lib/cloudsearch.py +++ b/r2/r2/lib/cloudsearch.py @@ -346,10 +346,6 @@ class CloudSearchUploader(object): fullnames.add(item['fullname']) return fullnames - @classmethod - def desired_things(cls, things): - return [t for t in things if isinstance(t, cls.types)] - def _version_tenths(self): '''Cloudsearch documents don't update unless the sent "version" field is higher than the one currently indexed. As our documents don't have