mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove meaningless comment.
This commit is contained in:
parent
6b70599450
commit
b48b6d0737
1 changed files with 0 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue