mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove dead goto label in phpdbg_cmd.c
This commit is contained in:
parent
20e5027293
commit
e97cb1427f
1 changed files with 0 additions and 1 deletions
|
@ -716,7 +716,6 @@ PHPDBG_API char *phpdbg_read_input(char *buffered) /* {{{ */
|
|||
#define USE_LIB_STAR (defined(HAVE_LIBREADLINE) || defined(HAVE_LIBEDIT))
|
||||
/* note: EOF makes readline write prompt again in local console mode - and ignored if compiled without readline */
|
||||
#if USE_LIB_STAR
|
||||
readline:
|
||||
if (PHPDBG_G(flags) & PHPDBG_IS_REMOTE)
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue