mercurial/hgweb/common.py
changeset 7310 bd522d09d5e3
parent 7288 9c399c53469d
child 7741 a3d7f99c23c0
--- 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.