aboutsummaryrefslogtreecommitdiffstats
path: root/erts/lib_src/common/erl_printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/lib_src/common/erl_printf.c')
-rw-r--r--erts/lib_src/common/erl_printf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/lib_src/common/erl_printf.c b/erts/lib_src/common/erl_printf.c
index 7781fc2196..98130a72c6 100644
--- a/erts/lib_src/common/erl_printf.c
+++ b/erts/lib_src/common/erl_printf.c
@@ -74,9 +74,6 @@ void (*erts_printf_unblock_fpe)(int) = NULL;
# define FWRITE fwrite_unlocked
# endif
#endif
-#if !defined(USE_THREADS) && defined(putc) && !defined(fwrite)
-# define PUTC_ON_SMALL_WRITES
-#endif
#if !defined(FLOCKFILE) || !defined(FUNLOCKFILE)
# define FLOCKFILE(FP)
# define FUNLOCKFILE(FP)