Remove useless children[i] from libbe.storage.vcs.base.VCS._children().
authorW. Trevor King <wking@drexel.edu>
Sun, 5 Sep 2010 22:23:02 +0000 (18:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 5 Sep 2010 22:23:02 +0000 (18:23 -0400)
libbe/storage/vcs/base.py

index 48bd0348e97aaec68fad2ef40574741da32733d1..b545a4e1aac625c204ad19b2b28e151890cc8b4d 100644 (file)
@@ -744,7 +744,6 @@ class VCS (libbe.storage.base.VersionedStorage):
                 children[i] = None
             else:
                 children[i] = self._u_path_to_id(cpath)
-                children[i]
         return [c for c in children if c != None]
 
     def _get(self, id, default=libbe.util.InvalidObject, revision=None):