diff -r e74a9173c2d7 -r bd522d09d5e3 mercurial/hgweb/common.py --- a/mercurial/hgweb/common.py Mon Nov 03 20:05:03 2008 +0100 +++ b/mercurial/hgweb/common.py Mon Nov 03 20:41:48 2008 +0100 @@ -112,12 +112,6 @@ parity = 1 - parity count = 0 -def countgen(start=0, step=1): - """count forever -- useful for line numbers""" - while True: - yield start - start += step - def get_contact(config): """Return repo contact information or empty string.