return_messages_immediately: Remove dead assignment

(imported from commit ef5583c292db3c3087af4949a0b0b255cf098cd1)
This commit is contained in:
Keegan McAllister 2012-11-01 15:38:35 -04:00
parent f2ac76aeac
commit e94c6fdf86
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ def return_messages_immediately(request, user_profile, client_id, **kwargs):
if client_reload_pending is not None:
client_reload_pending = int(client_reload_pending)
messages = []
new_pointer = None
query = Message.objects.select_related().filter(usermessage__user_profile = user_profile).order_by('id')
# Pointer sync is disabled for now