]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed confusing, incorrect comment.
authorGuido van Rossum <guido@python.org>
Wed, 3 Jun 1992 17:08:15 +0000 (17:08 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Jun 1992 17:08:15 +0000 (17:08 +0000)
Python/pythonmain.c

index ea0d67d7251ba3f3d0a3cb15b13fd113616fabbf..a14116808874e0336ca423c30d7d9577364c733d 100644 (file)
@@ -106,7 +106,7 @@ main(argc, argv)
                }
        }
        
-       initall(); /* Defined in config*.c */
+       initall();
        
        setpythonpath(getpythonpath());
        if (command != NULL) {