summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_parser.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-07-26 07:05:47 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-07-29 10:53:21 +0200
commit03b717d4ccbe45fad729a6f0e501ffde2bed4b08 (patch)
tree256bead3e6af093a3d988ce78cad1a46481c3c6f /sapi/phpdbg/phpdbg_parser.c
parent255e29f3bcd9c76d2f8345eafa9196daa3fdf6a7 (diff)
downloadphp-git-03b717d4ccbe45fad729a6f0e501ffde2bed4b08.tar.gz
Remove unused PHP_PROG_LEX macro
Since PHP 5.3 flex lexer has been replaced with re2c. Commit 0f9e2b1753661afe1c0dee6982e161fcf00d349f made PHP_PROG_LEX macro still available for BC. In commit df6bd506d492292ef4353b0f8da0c34eeb076be5 it was updated. Since this macro is entirely not used in PHP source code anymore from PHP 5.3 and up, this patch removes it together with some old traces of warnings suppression and comments.
Diffstat (limited to 'sapi/phpdbg/phpdbg_parser.c')
-rw-r--r--sapi/phpdbg/phpdbg_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg_parser.c b/sapi/phpdbg/phpdbg_parser.c
index 16ca21d5d1..ae7533abe4 100644
--- a/sapi/phpdbg/phpdbg_parser.c
+++ b/sapi/phpdbg/phpdbg_parser.c
@@ -76,8 +76,6 @@
/*
* phpdbg_parser.y
* (from php-src root)
- * flex sapi/phpdbg/dev/phpdbg_lexer.l
- * bison sapi/phpdbg/dev/phpdbg_parser.y
*/
#include "phpdbg.h"