gh-133336: Remove comment about reserved -J in `initconfig.c` (#133821)

This commit is contained in:
Bénédikt Tran 2025-05-10 23:31:45 +02:00 committed by GitHub
parent 1a548c0a50
commit dc191d2484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2962,8 +2962,6 @@ config_parse_cmdline(PyConfig *config, PyWideStringList *warnoptions,
/* option handled by _PyPreCmdline_Read() */
break;
/* case 'J': reserved for Jython */
case 'O':
config->optimization_level++;
break;