diff options
author | Andrey Hristov <andrey@php.net> | 2008-01-03 11:37:33 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-01-03 11:37:33 +0000 |
commit | 18aa7b960728f9a0830e2e39eb2e76adb34b8f91 (patch) | |
tree | 014165b41f9c499219da81692135e3f07b7338b5 /ext/mysqlnd/mysqlnd_structs.h | |
parent | 59558b73cb8b534ecf762b35b662ba10eb97aa35 (diff) | |
download | php-git-18aa7b960728f9a0830e2e39eb2e76adb34b8f91.tar.gz |
Remove unused field
Diffstat (limited to 'ext/mysqlnd/mysqlnd_structs.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd_structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_structs.h b/ext/mysqlnd/mysqlnd_structs.h index 93c91c38d5..367d33c6a0 100644 --- a/ext/mysqlnd/mysqlnd_structs.h +++ b/ext/mysqlnd/mysqlnd_structs.h @@ -97,7 +97,6 @@ typedef struct st_mysqlnd_charset char *collation; uint char_minlen; uint char_maxlen; - uint dangerous_for_escape_backslash; uint (*mb_charlen)(uint c); uint (*mb_valid)(const char *start, const char *end); } MYSQLND_CHARSET; |