mirror of https://github.com/python/cpython
#ifdef'ed an unreachable line out.
This commit is contained in:
parent
8401e5678c
commit
5f21dd106f
|
@ -1328,7 +1328,9 @@ regexp_registers_t regs;
|
|||
/*NOTREACHED*/
|
||||
}
|
||||
}
|
||||
#if 0 /* This line is never reached */
|
||||
abort();
|
||||
#endif
|
||||
/*NOTREACHED*/
|
||||
|
||||
fail:
|
||||
|
|
Loading…
Reference in New Issue