From d5b2a88b2e212d447ac8e783bbbdde70eb079adc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Jun 2010 14:07:53 +0200 Subject: macro.py: dropped computation of the obsolete m4header variable It's not used anywhere anymore. --- macro.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'macro.py') diff --git a/macro.py b/macro.py index ca697da..d8192cf 100755 --- a/macro.py +++ b/macro.py @@ -73,11 +73,6 @@ class Macro: header = map(lambda l: l[2:], header.split('\n')) # set defaults self.authors = [] - url = "http://www.nongnu.org/autoconf-archive/%s" % (self.name + ".html") - lineLen = max(75,len(url) + 2) - separator = '=' * lineLen - padding = ' ' * ((lineLen - len(url)) / 2) - self.m4header = "# %s\n"*3 % (separator, padding + url, separator) # parse each section in the remaining list for (key, body) in splitSections(header): # drop empty lines at beginning and end of body -- cgit v1.2.1