Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b48b6d0

Browse files
committed
Remove meaningless comment.
1 parent 6b70599 commit b48b6d0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Doc/tools/mkhowto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,6 @@ class Job:
347347
if self.use_bibtex:
348348
self.run("%s %s" % (BIBTEX_BINARY, self.doc))
349349
self.process_synopsis_files()
350-
#
351-
# let the doctype-specific handler do some intermediate work:
352-
#
353350
self.run("%s %s" % (binary, self.doc))
354351
self.latex_runs = self.latex_runs + 1
355352
if os.path.isfile("mod%s.idx" % self.doc):

0 commit comments

Comments
 (0)