summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmacro.py5
1 files changed, 0 insertions, 5 deletions
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