File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -1349,9 +1349,6 @@ static PyStructSequence_Field flags_fields[] = {
1349
1349
{"no_site" , "-S" },
1350
1350
{"ignore_environment" , "-E" },
1351
1351
{"verbose" , "-v" },
1352
- #ifdef RISCOS
1353
- {"riscos_wimp" , "???" },
1354
- #endif
1355
1352
/* {"unbuffered", "-u"}, */
1356
1353
/* {"skip_first", "-x"}, */
1357
1354
{"bytes_warning" , "-b" },
@@ -1364,11 +1361,7 @@ static PyStructSequence_Desc flags_desc = {
1364
1361
"sys.flags" , /* name */
1365
1362
flags__doc__ , /* doc */
1366
1363
flags_fields , /* fields */
1367
- #ifdef RISCOS
1368
- 13
1369
- #else
1370
1364
12
1371
- #endif
1372
1365
};
1373
1366
1374
1367
static PyObject *
@@ -1393,9 +1386,6 @@ make_flags(void)
1393
1386
SetFlag (Py_NoSiteFlag );
1394
1387
SetFlag (Py_IgnoreEnvironmentFlag );
1395
1388
SetFlag (Py_VerboseFlag );
1396
- #ifdef RISCOS
1397
- SetFlag (Py_RISCOSWimpFlag );
1398
- #endif
1399
1389
/* SetFlag(saw_unbuffered_flag); */
1400
1390
/* SetFlag(skipfirstline); */
1401
1391
SetFlag (Py_BytesWarningFlag );
You can’t perform that action at this time.
0 commit comments