mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +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*/
|
/*NOTREACHED*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if 0 /* This line is never reached */
|
||||||
abort();
|
abort();
|
||||||
|
#endif
|
||||||
/*NOTREACHED*/
|
/*NOTREACHED*/
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue