Skip to content

Commit b8cb1a7

Browse files
committed
Remove printf+string test
1 parent 481dc1a commit b8cb1a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bloat-test.py

-4
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@
9696
# include "src/tinyformat.h"
9797
# define PRINTF tfm::printf
9898
# else
99-
# ifdef USE_STRING
100-
# include <string>
101-
# endif
10299
# include <stdio.h>
103100
# define PRINTF ::printf
104101
# endif
@@ -210,7 +207,6 @@ def benchmark(flags):
210207

211208
methods = [
212209
('printf' , []),
213-
('printf+string', ['-DUSE_STRING']),
214210
('IOStreams' , ['-DUSE_IOSTREAMS']),
215211
('fmt' , ['-DUSE_FMT', '-Ifmt/include', fmt_library]),
216212
('tinyformat' , ['-DUSE_TINYFORMAT']),

0 commit comments

Comments
 (0)