From 03b717d4ccbe45fad729a6f0e501ffde2bed4b08 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 26 Jul 2018 07:05:47 +0200 Subject: 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. --- sapi/phpdbg/phpdbg_parser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sapi/phpdbg/phpdbg_parser.c') 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" -- cgit v1.2.1