Remove meaningless comment.

This commit is contained in:
Fred Drake 2001-12-04 16:32:04 +00:00
parent 6b70599450
commit b48b6d0737
1 changed files with 0 additions and 3 deletions

View File

@ -347,9 +347,6 @@ class Job:
if self.use_bibtex:
self.run("%s %s" % (BIBTEX_BINARY, self.doc))
self.process_synopsis_files()
#
# let the doctype-specific handler do some intermediate work:
#
self.run("%s %s" % (binary, self.doc))
self.latex_runs = self.latex_runs + 1
if os.path.isfile("mod%s.idx" % self.doc):