]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
models: Remove UserProfile.sync_person
authorStephen Finucane <stephen@that.guru>
Thu, 20 Oct 2016 07:28:55 +0000 (08:28 +0100)
committerStephen Finucane <stephen@that.guru>
Sat, 22 Oct 2016 10:22:54 +0000 (11:22 +0100)
This doesn't seem to do anything, and hasn't for a very long time
(pre-0.9.0, at least).

Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Daniel Axtens <dja@axtens.net>
patchwork/models.py

index 51f974504302b3fbeab0395230797010f2330ff6..f6a2f26610e6828bdcde59d110763ad2bd8496d6 100644 (file)
@@ -143,9 +143,6 @@ class UserProfile(models.Model):
         return Project.objects.filter(id__in=Submission.objects.filter(
             submitter__in=submitters).values('project_id').query)
 
-    def sync_person(self):
-        pass
-
     def n_todo_patches(self):
         return self.todo_patches().count()