diff options
author | Jakub Zelenka <bukka@php.net> | 2015-02-15 19:46:41 +0000 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2015-02-15 19:46:41 +0000 |
commit | 549c6fa46516f6aa1c540ac230abe28f5a7dc9a5 (patch) | |
tree | 22059b71bc21f2659a0a4246fb8f98df58ee3579 /ext/json/json_parser.tab.c | |
parent | 911f7b10b1f4c9529bc01580d298a93a5cd6bbd2 (diff) | |
download | php-git-549c6fa46516f6aa1c540ac230abe28f5a7dc9a5.tar.gz |
Remove unused destructor in json parser
Diffstat (limited to 'ext/json/json_parser.tab.c')
-rw-r--r-- | ext/json/json_parser.tab.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/json/json_parser.tab.c b/ext/json/json_parser.tab.c index 3726284979..5d2f9ca4aa 100644 --- a/ext/json/json_parser.tab.c +++ b/ext/json/json_parser.tab.c @@ -514,10 +514,10 @@ static const yytype_uint8 yytranslate[] = /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_uint8 yyrline[] = { - 0, 93, 93, 94, 98, 98, 102, 103, 107, 108, - 112, 113, 114, 118, 119, 123, 123, 127, 128, 132, - 133, 137, 138, 139, 143, 144, 148, 149, 150, 151, - 152, 153, 154, 155, 156, 157, 161 + 0, 92, 92, 93, 97, 97, 101, 102, 106, 107, + 111, 112, 113, 117, 118, 122, 122, 126, 127, 131, + 132, 136, 137, 138, 142, 143, 147, 148, 149, 150, + 151, 152, 153, 154, 155, 156, 160 }; #endif |