diff options
author | Andrey Hristov <andrey@php.net> | 2015-11-10 14:28:44 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2015-11-12 16:19:16 +0100 |
commit | 94ce013bff1e81b218bbb4100cd3267e23f90158 (patch) | |
tree | 65cf5a3528c2a2b327a0575ea0903a2c64ce678a /ext/mysqlnd/mysqlnd_ps.c | |
parent | 2e3fc57c5c205e352a805830fd3ec4c7dbfa2efa (diff) | |
download | php-git-94ce013bff1e81b218bbb4100cd3267e23f90158.tar.gz |
MNDR:
- remove unused macros
Diffstat (limited to 'ext/mysqlnd/mysqlnd_ps.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_ps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mysqlnd/mysqlnd_ps.c b/ext/mysqlnd/mysqlnd_ps.c index be15c9b3ed..48864010b1 100644 --- a/ext/mysqlnd/mysqlnd_ps.c +++ b/ext/mysqlnd/mysqlnd_ps.c @@ -30,9 +30,6 @@ #include "mysqlnd_block_alloc.h" #include "mysqlnd_ext_plugin.h" -#define MYSQLND_SILENT - - const char * const mysqlnd_not_bound_as_blob = "Can't send long data for non-string/non-binary data types"; const char * const mysqlnd_stmt_not_prepared = "Statement not prepared"; |