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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user