Remove unused SMART_STR_PREALLOC (#14848)

This commit is contained in:
Peter Kokot 2024-07-07 01:04:53 +02:00 committed by GitHub
parent f4af8f3837
commit 42530c6543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 5 deletions

View file

@ -323,7 +323,6 @@ static char * _mysqlnd_pestrndup(const char * const ptr, size_t length, bool per
#define SMART_STR_START_SIZE 2048
#define SMART_STR_PREALLOC 512
#include "zend_smart_str.h"