]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/views.py
remove unused variable
[chloro.git] / chloro / phyll / views.py
index 6f0f0f701fed8dca4047bc50523e1ba902962479..6c8fdabf26d5febc7f7e49fde7221bdbb621355e 100644 (file)
@@ -123,7 +123,6 @@ class AtomFeed(Feed):
         return item.text
 
     def item_guid(self, item):
-        legacy_id = None
         for tag in item.tags.all():
             if tag.name.startswith('old-post-id-'):
                 return 'http://www.0d.be/posts/%s' % tag.name.split('-')[-1]