1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused macro

This commit is contained in:
George Peter Banyard
2021-07-14 20:10:25 +02:00
parent 5e4d727f6a
commit 2bf68b3c01

View File

@@ -565,14 +565,6 @@ typedef struct buf_area buffy;
} \
while ( (size_t)width > len )
/*
* Prefix the character ch to the string str
* Increase length
* Set the has_prefix flag
*/
#define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = true
/*
* Do format conversion placing the output in buffer
*/