diff options
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.h')
| -rw-r--r-- | sapi/phpdbg/phpdbg_prompt.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.h b/sapi/phpdbg/phpdbg_prompt.h index 25c0b4f71f..9dda175915 100644 --- a/sapi/phpdbg/phpdbg_prompt.h +++ b/sapi/phpdbg/phpdbg_prompt.h @@ -64,11 +64,6 @@ PHPDBG_COMMAND(wait); /* }}} */  /* {{{ prompt commands */  extern const phpdbg_command_t phpdbg_prompt_commands[]; /* }}} */ -/* {{{ */ -#if PHP_VERSION_ID >= 50500  void phpdbg_execute_ex(zend_execute_data *execute_data); -#else -void phpdbg_execute_ex(zend_op_array *op_array); -#endif /* }}} */  #endif /* PHPDBG_PROMPT_H */  | 
