From: krakjoe Date: Wed, 20 Nov 2013 16:52:14 +0000 (+0000) Subject: ... X-Git-Tag: php-5.6.0alpha1~110^2~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d0991bad60edf4a21d84bc10060d6f72b194fc5;p=php ... --- diff --git a/phpdbg.h b/phpdbg.h index 2f99543c6f..889639a2ec 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -97,7 +97,6 @@ #define PHPDBG_SEEK_MASK (PHPDBG_IN_UNTIL|PHPDBG_IN_FINISH|PHPDBG_IN_LEAVE) #define PHPDBG_IS_REGISTERED (1<<16) -#define PHPDBG_IS_STEPONEVAL (1<<17) #ifndef _WIN32 # define PHPDBG_DEFAULT_FLAGS (PHPDBG_IS_QUIET|PHPDBG_IS_COLOURED)