mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
#ifdef'ed an unreachable line out.
This commit is contained in:
parent
8401e5678c
commit
5f21dd106f
1 changed files with 2 additions and 0 deletions
|
@ -1328,7 +1328,9 @@ regexp_registers_t regs;
|
|||
/*NOTREACHED*/
|
||||
}
|
||||
}
|
||||
#if 0 /* This line is never reached */
|
||||
abort();
|
||||
#endif
|
||||
/*NOTREACHED*/
|
||||
|
||||
fail:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue