Mercurial > hg
comparison mercurial/dispatch.py @ 7874:d812029cda85
cleanup: drop variables for unused return values
They are unnecessary. I did leave them in localrepo.py where there is
something like:
_junk = foo()
_junk = None
to free memory early. I don't know if just `foo()` will free the return
value as early.
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:13:02 +0100 |
parents | 4a4c7f6a5912 |
children | de377b1a9a84 |
comparison
equal
deleted
inserted
replaced
7873:4a4c7f6a5912 | 7874:d812029cda85 |
---|