summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/utils.py')
-rw-r--r--apps/patchwork/utils.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/patchwork/utils.py b/apps/patchwork/utils.py
index 53cf40b..5df6404 100644
--- a/apps/patchwork/utils.py
+++ b/apps/patchwork/utils.py
@@ -182,8 +182,3 @@ def set_patches(user, project, action, data, patches, context):
context.add_message(str)
return (errors, form)
-
-def userprofile_register_callback(user):
- profile = UserProfile(user = user)
- profile.save()
-