Skip to content

Commit 2f093b5

Browse files
committed
Remove latent comment.
1 parent 6d7cc0f commit 2f093b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

distutils/command/config.py

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def _check_compiler(self):
8989
"""Check that 'self.compiler' really is a CCompiler object;
9090
if not, make it one.
9191
"""
92-
# We do this late, and only on-demand, because this is an expensive
93-
# import.
9492
if not isinstance(self.compiler, CCompiler):
9593
self.compiler = new_compiler(
9694
compiler=self.compiler, dry_run=self.dry_run, force=True

0 commit comments

Comments
 (0)