Skip to content

Commit 2bf68b3

Browse files
committed
Remove unused macro
1 parent 5e4d727 commit 2bf68b3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

main/snprintf.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,6 @@ typedef struct buf_area buffy;
565565
} \
566566
while ( (size_t)width > len )
567567

568-
/*
569-
* Prefix the character ch to the string str
570-
* Increase length
571-
* Set the has_prefix flag
572-
*/
573-
#define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = true
574-
575-
576568
/*
577569
* Do format conversion placing the output in buffer
578570
*/

0 commit comments

Comments
 (0)