mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Removed not used field
This commit is contained in:
parent
575285987d
commit
6ee8581a0e
2 changed files with 0 additions and 2 deletions
|
@ -551,7 +551,6 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex)
|
|||
new_entry.preg_options = poptions;
|
||||
new_entry.compile_options = coptions;
|
||||
#if HAVE_SETLOCALE
|
||||
new_entry.locale = NULL;
|
||||
new_entry.tables = tables;
|
||||
#endif
|
||||
new_entry.refcount = 0;
|
||||
|
|
|
@ -50,7 +50,6 @@ typedef struct {
|
|||
int capture_count;
|
||||
int name_count;
|
||||
#if HAVE_SETLOCALE
|
||||
zend_string *locale;
|
||||
unsigned const char *tables;
|
||||
#endif
|
||||
int compile_options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue