From: Simon Ruderich Date: Fri, 7 Jun 2013 00:06:57 +0000 (+0200) Subject: Remove unused hook puts_unlocked(). X-Git-Tag: 0.1~97 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=bcd5f790801f21bd6b621e7814e991b39c74a3ad Remove unused hook puts_unlocked(). This function doesn't exist (yet). --- diff --git a/src/coloredstderr.c b/src/coloredstderr.c index 68ef859..94a597e 100644 --- a/src/coloredstderr.c +++ b/src/coloredstderr.c @@ -225,8 +225,6 @@ HOOK_FILE2(int, putc_unlocked, stream, int, c, FILE *, stream) HOOK_FILE1(int, putchar_unlocked, stdout, int, c) -HOOK_FILE1(int, puts_unlocked, stdout, - char const *, s) /* perror(3) */ HOOK_VOID1(void, perror, STDERR_FILENO,